mirror of
git://git.musl-libc.org/musl
synced 2024-12-23 23:23:12 +00:00
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
|