/* atm.h - general ATM declarations */ #ifndef _LINUX_ATM_H #define _LINUX_ATM_H #include <uapi/linux/atm.h> #ifdef CONFIG_COMPAT #include <linux/compat.h> struct compat_atmif_sioc { int number; int length; compat_uptr_t arg; }; #endif #endifOverall Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| david woodhouse | david woodhouse | 24 | 70.59% | 1 | 33.33% |
| david howells | david howells | 7 | 20.59% | 1 | 33.33% |
| pre-git | pre-git | 3 | 8.82% | 1 | 33.33% |
| Total | 34 | 100.00% | 3 | 100.00% |