X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-sparc%2Fpoll.h;h=091d3ad2e83017f4606d2a0371949fc929b19bda;hb=6fcf0615117dcfa126083f2163c4dcea3098bbe3;hp=26f13fb35497f77926404a6503e7b091c1f5a425;hpb=b55813a2e50088ca30df33fa62aeed5d3adb1796;p=powerpc.git diff --git a/include/asm-sparc/poll.h b/include/asm-sparc/poll.h index 26f13fb354..091d3ad2e8 100644 --- a/include/asm-sparc/poll.h +++ b/include/asm-sparc/poll.h @@ -1,24 +1,12 @@ #ifndef __SPARC_POLL_H #define __SPARC_POLL_H -#define POLLIN 1 -#define POLLPRI 2 -#define POLLOUT 4 -#define POLLERR 8 -#define POLLHUP 16 -#define POLLNVAL 32 -#define POLLRDNORM 64 #define POLLWRNORM POLLOUT -#define POLLRDBAND 128 #define POLLWRBAND 256 #define POLLMSG 512 #define POLLREMOVE 1024 #define POLLRDHUP 2048 -struct pollfd { - int fd; - short events; - short revents; -}; +#include #endif