mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-09 16:23:23 +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
|