blob: 726e833512f0d9cfa64849e27a14b48c8cabb210 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Ben Cheng655a7c02013-10-16 16:09:24 -07007#ifndef LINUX_ATM_ENI_H
8#define LINUX_ATM_ENI_H
9#include <linux/atmioc.h>
10struct eni_multipliers {
Tao Baod7db5942015-01-28 10:07:51 -080011 int tx, rx;
Ben Cheng655a7c02013-10-16 16:09:24 -070012};
Tao Baod7db5942015-01-28 10:07:51 -080013#define ENI_MEMDUMP _IOW('a', ATMIOC_SARPRV, struct atmif_sioc)
14#define ENI_SETMULT _IOW('a', ATMIOC_SARPRV + 7, struct atmif_sioc)
Ben Cheng655a7c02013-10-16 16:09:24 -070015#endif