poll.h 272 B

1234567891011121314151617
  1. /*
  2. * Copyright 2004-2009 Analog Devices Inc.
  3. *
  4. * Licensed under the GPL-2 or later.
  5. *
  6. */
  7. #ifndef _UAPI__BFIN_POLL_H
  8. #define _UAPI__BFIN_POLL_H
  9. #define POLLWRNORM 4 /* POLLOUT */
  10. #define POLLWRBAND 256
  11. #include <asm-generic/poll.h>
  12. #endif /* _UAPI__BFIN_POLL_H */