Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57485
b: refs/heads/master
c: 217397d
h: refs/heads/master
i:
  57483: d8e0b15
v: v3
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed Jun 9, 2007
1 parent 65d708f commit fbe8fcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00df344fd06fd6ac71d0665f1ce8cc6870e4f564
refs/heads/master: 217397d7d267f832081169016e1ab66691a13e08
5 changes: 5 additions & 0 deletions trunk/include/linux/console_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
* to achieve effects such as fast scrolling by changing the origin.
*/

#ifndef _LINUX_CONSOLE_STRUCT_H
#define _LINUX_CONSOLE_STRUCT_H

#include <linux/wait.h>
#include <linux/vt.h>
#include <linux/workqueue.h>
Expand Down Expand Up @@ -130,3 +133,5 @@ extern void vc_SAK(struct work_struct *work);
#define CUR_DEFAULT CUR_UNDERLINE

#define CON_IS_VISIBLE(conp) (*conp->vc_display_fg == conp)

#endif /* _LINUX_CONSOLE_STRUCT_H */

0 comments on commit fbe8fcd

Please sign in to comment.