M7350/kernel/include/linux/kd.h

8 lines
172 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifndef _LINUX_KD_H
#define _LINUX_KD_H
2024-09-09 08:57:42 +00:00
#include <uapi/linux/kd.h>
2024-09-09 08:52:07 +00:00
#define KD_FONT_FLAG_OLD 0x80000000 /* Invoked via old interface [compat] */
#endif /* _LINUX_KD_H */