blob: 25bd17fad239f44da6e2576413fc4a43e1342ede [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _LINUX_KD_H
2#define _LINUX_KD_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
David Howells607ca462012-10-13 10:46:48 +01004#include <uapi/linux/kd.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
Linus Torvalds1da177e2005-04-16 15:20:36 -07006#define KD_FONT_FLAG_OLD 0x80000000 /* Invoked via old interface [compat] */
Linus Torvalds1da177e2005-04-16 15:20:36 -07007#endif /* _LINUX_KD_H */