Blame view

include/linux/kd.h 172 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
  #ifndef _LINUX_KD_H
  #define _LINUX_KD_H
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
3

607ca46e9   David Howells   UAPI: (Scripted) ...
4
  #include <uapi/linux/kd.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
5

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
6
  #define KD_FONT_FLAG_OLD		0x80000000	/* Invoked via old interface [compat] */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
7
  #endif /* _LINUX_KD_H */