diff options
Diffstat (limited to 'kernel/arch/blackfin/include/uapi/asm/poll.h')
-rw-r--r-- | kernel/arch/blackfin/include/uapi/asm/poll.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kernel/arch/blackfin/include/uapi/asm/poll.h b/kernel/arch/blackfin/include/uapi/asm/poll.h new file mode 100644 index 000000000..99c7d6816 --- /dev/null +++ b/kernel/arch/blackfin/include/uapi/asm/poll.h @@ -0,0 +1,16 @@ +/* + * Copyright 2004-2009 Analog Devices Inc. + * + * Licensed under the GPL-2 or later. + * + */ + +#ifndef _UAPI__BFIN_POLL_H +#define _UAPI__BFIN_POLL_H + +#define POLLWRNORM 4 /* POLLOUT */ +#define POLLWRBAND 256 + +#include <asm-generic/poll.h> + +#endif /* _UAPI__BFIN_POLL_H */ |