blob: 61353ba5598ff4a2404b9485dda2145ec67da09c [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_HE_H
8#define LINUX_ATM_HE_H
9#include <linux/atmioc.h>
10#define HE_GET_REG _IOW('a', ATMIOC_SARPRV, struct atmif_sioc)
Ben Cheng655a7c02013-10-16 16:09:24 -070011#define HE_REGTYPE_PCI 1
12#define HE_REGTYPE_RCM 2
13#define HE_REGTYPE_TCM 3
14#define HE_REGTYPE_MBOX 4
Ben Cheng655a7c02013-10-16 16:09:24 -070015struct he_ioctl_reg {
Tao Baod7db5942015-01-28 10:07:51 -080016 unsigned addr, val;
17 char type;
Ben Cheng655a7c02013-10-16 16:09:24 -070018};
Nick Kralevicha67e4de2013-01-14 11:28:26 -080019#endif