Release 4.14 arch/blackfin/include/uapi/asm/poll.h
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
/*
* 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 | 56.52% | 1 | 20.00% |
Mike Frysinger | 5 | 21.74% | 1 | 20.00% |
Chen Gang S | 3 | 13.04% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 4.35% | 1 | 20.00% |
Robin Getz | 1 | 4.35% | 1 | 20.00% |
Total | 23 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.