aboutsummaryrefslogtreecommitdiff
path: root/lib/mlibc/options/glibc/include/sys/kd.h
blob: 285c694bd094b6766a39853efd7a742af241d36c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef _SYS_KD_H
#define _SYS_KD_H

/* Make sure the <linux/types.h> header is not loaded.  */
#ifndef _LINUX_TYPES_H
# define _LINUX_TYPES_H         1
# define __undef_LINUX_TYPES_H
#endif

#include <linux/kd.h>

#ifdef __undef_LINUX_TYPES_H
# undef _LINUX_TYPES_H
# undef __undef_LINUX_TYPES_H
#endif

#endif /* _SYS_KD_H */