diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-05 17:04:01 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-05 17:04:01 -0300 |
commit | 57f0f512b273f60d52568b8c6b77e17f5636edc0 (patch) | |
tree | 5e910f0e82173f4ef4f51111366a3f1299037a7b /arch/blackfin/include/uapi/asm/poll.h |
Initial import
Diffstat (limited to 'arch/blackfin/include/uapi/asm/poll.h')
-rw-r--r-- | arch/blackfin/include/uapi/asm/poll.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/blackfin/include/uapi/asm/poll.h b/arch/blackfin/include/uapi/asm/poll.h new file mode 100644 index 000000000..99c7d6816 --- /dev/null +++ b/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 */ |