Sign in
googlers
/
maze
/
linux
/
ac4e01093f6d7b051c5d6a3e61ea5337774ac36a
/
.
/
arch
/
blackfin
/
include
/
uapi
/
asm
/
poll.h
blob: 072d8966c5c3cc4fe94082df0e00ee41cff7ffd6 [
file
] [
log
] [
blame
]
/*
* Copyright 2004-2009 Analog Devices Inc.
*
* Licensed under the GPL-2 or later.
*
*/
#ifndef
__BFIN_POLL_H
#define
__BFIN_POLL_H
#define
POLLWRNORM
4
/* POLLOUT */
#define
POLLWRBAND
256
#include
<asm-generic/poll.h>
#endif