Release 4.7 include/linux/atm.h
/* 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
#endif
Overall 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% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.