Release 4.11 arch/blackfin/include/uapi/asm/poll.h
/*
* 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 */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Bryan Wu | 13 | 59.09% | 1 | 25.00% |
Mike Frysinger | 5 | 22.73% | 1 | 25.00% |
Chen Gang S | 3 | 13.64% | 1 | 25.00% |
Robin Getz | 1 | 4.55% | 1 | 25.00% |
Total | 22 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.