mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-24 23:22:04 +03: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
|