Import 2.3.28
[davej-history.git] / include / linux / atm_eni.h
blob7ed89d10501a112767f1bc6805b23854a257a27d
1 /* atm_eni.h - Driver-specific declarations of the ENI driver (for use by
2 driver-specific utilities) */
4 /* Written 1995-1997 by Werner Almesberger, EPFL LRC */
7 #ifndef LINUX_ATM_ENI_H
8 #define LINUX_ATM_ENI_H
10 #include <linux/atmioc.h>
12 #define ENI_MEMDUMP _IOW('a',ATMIOC_SARPRV,struct atmif_sioc)
13 /* printk memory map */
15 #endif