projects
/
linux-2.6-microblaze.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88...
[linux-2.6-microblaze.git]
/
include
/
linux
/
kd.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _LINUX_KD_H
3
#define _LINUX_KD_H
4
5
#include <uapi/linux/kd.h>
6
7
#define KD_FONT_FLAG_OLD 0x80000000 /* Invoked via old interface [compat] */
8
#endif /* _LINUX_KD_H */