summaryrefslogtreecommitdiffstats
path: root/include/linux/atm_eni.h
blob: 7ed89d10501a112767f1bc6805b23854a257a27d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* atm_eni.h - Driver-specific declarations of the ENI driver (for use by
	       driver-specific utilities) */

/* Written 1995-1997 by Werner Almesberger, EPFL LRC */


#ifndef LINUX_ATM_ENI_H
#define LINUX_ATM_ENI_H

#include <linux/atmioc.h>

#define ENI_MEMDUMP     _IOW('a',ATMIOC_SARPRV,struct atmif_sioc)
                                                /* printk memory map */

#endif