musl - an implementation of the standard library for Linux-based systems
blob: 793fd59fe38ed33f527edecd19f4a27b692d9745 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef _SYS_KD_H
#define _SYS_KD_H
#define _LINUX_TYPES_H
#include <linux/kd.h>
#undef _LINUX_TYPES_H
#endif
|