add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN
[musl] / include / sys / kd.h
1 #ifndef _SYS_KD_H
2 #define _SYS_KD_H
3
4 #define _LINUX_TYPES_H
5 #include <linux/kd.h>
6 #undef _LINUX_TYPES_H
7
8 #endif