mirror of git://git.musl-libc.org/musl
9 lines
112 B
C
9 lines
112 B
C
|
#ifndef _SYS_KD_H
|
||
|
#define _SYS_KD_H
|
||
|
|
||
|
#define _LINUX_TYPES_H
|
||
|
#include <linux/kd.h>
|
||
|
#undef _LINUX_TYPES_H
|
||
|
|
||
|
#endif
|