diff options
Diffstat (limited to 'include/asm-powerpc/shmbuf.h')
| -rw-r--r-- | include/asm-powerpc/shmbuf.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/asm-powerpc/shmbuf.h b/include/asm-powerpc/shmbuf.h index 29632db3b178..8efa39698b6c 100644 --- a/include/asm-powerpc/shmbuf.h +++ b/include/asm-powerpc/shmbuf.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #ifndef _POWERPC_SHMBUF_H | 1 | #ifndef _ASM_POWERPC_SHMBUF_H |
| 2 | #define _POWERPC_SHMBUF_H | 2 | #define _ASM_POWERPC_SHMBUF_H |
| 3 | 3 | ||
| 4 | /* | 4 | /* |
| 5 | * This program is free software; you can redistribute it and/or | 5 | * This program is free software; you can redistribute it and/or |
| @@ -21,19 +21,19 @@ | |||
| 21 | 21 | ||
| 22 | struct shmid64_ds { | 22 | struct shmid64_ds { |
| 23 | struct ipc64_perm shm_perm; /* operation perms */ | 23 | struct ipc64_perm shm_perm; /* operation perms */ |
| 24 | #ifndef __power64__ | 24 | #ifndef __powerpc64__ |
| 25 | unsigned long __unused1; | 25 | unsigned long __unused1; |
| 26 | #endif | 26 | #endif |
| 27 | __kernel_time_t shm_atime; /* last attach time */ | 27 | __kernel_time_t shm_atime; /* last attach time */ |
| 28 | #ifndef __power64__ | 28 | #ifndef __powerpc64__ |
| 29 | unsigned long __unused2; | 29 | unsigned long __unused2; |
| 30 | #endif | 30 | #endif |
| 31 | __kernel_time_t shm_dtime; /* last detach time */ | 31 | __kernel_time_t shm_dtime; /* last detach time */ |
| 32 | #ifndef __power64__ | 32 | #ifndef __powerpc64__ |
| 33 | unsigned long __unused3; | 33 | unsigned long __unused3; |
| 34 | #endif | 34 | #endif |
| 35 | __kernel_time_t shm_ctime; /* last change time */ | 35 | __kernel_time_t shm_ctime; /* last change time */ |
| 36 | #ifndef __power64__ | 36 | #ifndef __powerpc64__ |
| 37 | unsigned long __unused4; | 37 | unsigned long __unused4; |
| 38 | #endif | 38 | #endif |
| 39 | size_t shm_segsz; /* size of segment (bytes) */ | 39 | size_t shm_segsz; /* size of segment (bytes) */ |
| @@ -56,4 +56,4 @@ struct shminfo64 { | |||
| 56 | unsigned long __unused4; | 56 | unsigned long __unused4; |
| 57 | }; | 57 | }; |
| 58 | 58 | ||
| 59 | #endif /* _POWERPC_SHMBUF_H */ | 59 | #endif /* _ASM_POWERPC_SHMBUF_H */ |
