blob: b130a18f860f0ec95864de523186040a64d38cb8 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef _LINUX_KD_H
3#define _LINUX_KD_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07004
David Howells607ca462012-10-13 10:46:48 +01005#include <uapi/linux/kd.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
Linus Torvalds1da177e2005-04-16 15:20:36 -07007#define KD_FONT_FLAG_OLD 0x80000000 /* Invoked via old interface [compat] */
Linus Torvalds1da177e2005-04-16 15:20:36 -07008#endif /* _LINUX_KD_H */