diff options
| author | Takashi Iwai <tiwai@suse.de> | 2009-12-15 04:29:06 -0500 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2009-12-15 04:29:06 -0500 |
| commit | 709334c87dbdb44150ce436b3d13c814db0dcae9 (patch) | |
| tree | 5861a45f70c1f283720337abd864498f5afb3dbe /include/linux/vt_kern.h | |
| parent | 0d64b568fcd48b133721c1d322e7c51d85eb12df (diff) | |
| parent | f74890277a196949e4004fe2955e1d4fb3930f98 (diff) | |
Merge branch 'fixes' of git://git.alsa-project.org/alsa-kernel into for-linus
Diffstat (limited to 'include/linux/vt_kern.h')
| -rw-r--r-- | include/linux/vt_kern.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/vt_kern.h b/include/linux/vt_kern.h index c0c4e1103a73..7f56db4a79f0 100644 --- a/include/linux/vt_kern.h +++ b/include/linux/vt_kern.h | |||
| @@ -110,6 +110,7 @@ extern char con_buf[CON_BUF_SIZE]; | |||
| 110 | extern struct mutex con_buf_mtx; | 110 | extern struct mutex con_buf_mtx; |
| 111 | extern char vt_dont_switch; | 111 | extern char vt_dont_switch; |
| 112 | extern int default_utf8; | 112 | extern int default_utf8; |
| 113 | extern int global_cursor_default; | ||
| 113 | 114 | ||
| 114 | struct vt_spawn_console { | 115 | struct vt_spawn_console { |
| 115 | spinlock_t lock; | 116 | spinlock_t lock; |
| @@ -130,4 +131,6 @@ struct vt_notifier_param { | |||
| 130 | extern int register_vt_notifier(struct notifier_block *nb); | 131 | extern int register_vt_notifier(struct notifier_block *nb); |
| 131 | extern int unregister_vt_notifier(struct notifier_block *nb); | 132 | extern int unregister_vt_notifier(struct notifier_block *nb); |
| 132 | 133 | ||
| 134 | extern void hide_boot_cursor(bool hide); | ||
| 135 | |||
| 133 | #endif /* _VT_KERN_H */ | 136 | #endif /* _VT_KERN_H */ |
