Release 4.12 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 | 24 | 70.59% | 1 | 33.33% |
David Howells | 7 | 20.59% | 1 | 33.33% |
Linus Torvalds (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.