task IO accounting: improve code readability
[deliverable/linux.git] / include / asm-xtensa / poll.h
CommitLineData
9a8fd558
CZ
1/*
2 * include/asm-xtensa/poll.h
3 *
4 * This file is subject to the terms and conditions of the GNU General
5 * Public License. See the file "COPYING" in the main directory of
6 * this archive for more details.
7 *
8 * Copyright (C) 2001 - 2005 Tensilica Inc.
9 */
10
11#ifndef _XTENSA_POLL_H
12#define _XTENSA_POLL_H
13
9a8fd558
CZ
14#define POLLWRNORM POLLOUT
15#define POLLWRBAND 0x0100
9a8fd558
CZ
16#define POLLREMOVE 0x0800
17
04dd08b4 18#include <asm-generic/poll.h>
9a8fd558
CZ
19
20#endif /* _XTENSA_POLL_H */
This page took 0.339242 seconds and 5 git commands to generate.