]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/asm-m68k/poll.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
[mirror_ubuntu-bionic-kernel.git] / include / asm-m68k / poll.h
CommitLineData
1da177e4
LT
1#ifndef __m68k_POLL_H
2#define __m68k_POLL_H
3
1da177e4 4#define POLLWRNORM POLLOUT
1da177e4 5#define POLLWRBAND 256
1da177e4 6
04dd08b4 7#include <asm-generic/poll.h>
1da177e4
LT
8
9#endif