OSHW-DEIMOS/SOFTWARE/A64-TERES/linux-a64/arch/blackfin/include/uapi/asm/poll.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

17 lines
237 B
C

/*
* 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