]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/uapi/linux/atm_eni.h
Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/mxs', 'spi/topic/orion...
[mirror_ubuntu-bionic-kernel.git] / include / uapi / linux / atm_eni.h
CommitLineData
6f52b16c 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
1da177e4
LT
2/* atm_eni.h - Driver-specific declarations of the ENI driver (for use by
3 driver-specific utilities) */
4
5/* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */
6
7
8#ifndef LINUX_ATM_ENI_H
9#define LINUX_ATM_ENI_H
10
11#include <linux/atmioc.h>
12
13
14struct eni_multipliers {
15 int tx,rx; /* values are in percent and must be > 100 */
16};
17
18
19#define ENI_MEMDUMP _IOW('a',ATMIOC_SARPRV,struct atmif_sioc)
20 /* printk memory map */
21#define ENI_SETMULT _IOW('a',ATMIOC_SARPRV+7,struct atmif_sioc)
22 /* set buffer multipliers */
23
24#endif