]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/poll.h
[PATCH] cpuset semaphore depth check optimize
[linux-2.6] / include / asm-powerpc / poll.h
index be5024913c62c4ced082b86089c6cc770560fe3e..edd2054da86b49d3b83503b7aed2962ab3f416af 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef __PPC_POLL_H
-#define __PPC_POLL_H
+#ifndef _ASM_POWERPC_POLL_H
+#define _ASM_POWERPC_POLL_H
 
 #define POLLIN         0x0001
 #define POLLPRI                0x0002
@@ -20,4 +20,4 @@ struct pollfd {
        short revents;
 };
 
-#endif
+#endif /* _ASM_POWERPC_POLL_H */