linux/arch/blackfin/include/uapi/asm/poll.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
   2/*
   3 * Copyright 2004-2009 Analog Devices Inc.
   4 *
   5 * Licensed under the GPL-2 or later.
   6 *
   7 */
   8
   9#ifndef _UAPI__BFIN_POLL_H
  10#define _UAPI__BFIN_POLL_H
  11
  12#define POLLWRNORM      POLLOUT
  13#define POLLWRBAND      256
  14
  15#include <asm-generic/poll.h>
  16
  17#endif /* _UAPI__BFIN_POLL_H */
  18