Kernel  |  4.1

下载     查看原文件
C++程序  |  17行  |  272 B
/*
 * 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 */