M7350/kernel/arch/blackfin/include/uapi/asm/poll.h

17 lines
272 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
/*
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*
*/
2024-09-09 08:57:42 +00:00
#ifndef _UAPI__BFIN_POLL_H
#define _UAPI__BFIN_POLL_H
2024-09-09 08:52:07 +00:00
#define POLLWRNORM 4 /* POLLOUT */
#define POLLWRBAND 256
#include <asm-generic/poll.h>
2024-09-09 08:57:42 +00:00
#endif /* _UAPI__BFIN_POLL_H */