linux/include/uapi/linux/atm_nicstar.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/******************************************************************************
 *
 * atm_nicstar.h
 *
 * Driver-specific declarations for use by NICSTAR driver specific utils.
 *
 * Author: Rui Prior
 *
 * (C) INESC 1998
 *
 ******************************************************************************/


#ifndef LINUX_ATM_NICSTAR_H
#define LINUX_ATM_NICSTAR_H

/* Note: non-kernel programs including this file must also include
 * sys/types.h for struct timeval
 */

#include <linux/atmapi.h>
#include <linux/atmioc.h>

#define NS_GETPSTAT
						/* get pool statistics */
#define NS_SETBUFLEV
						/* set buffer level markers */
#define NS_ADJBUFLEV
						/* adjust buffer level */

buf_nr;


pool_levels;

/* type must be one of the following: */
#define NS_BUFTYPE_SMALL
#define NS_BUFTYPE_LARGE
#define NS_BUFTYPE_HUGE
#define NS_BUFTYPE_IOVEC


#endif /* LINUX_ATM_NICSTAR_H */