~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to include/linux/vt_kern.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
void vt_event_post(unsigned int event, unsigned int old, unsigned int new);
131
131
int vt_waitactive(int n);
132
132
void change_console(struct vc_data *new_vc);
133
 
void reset_vc(struct vc_data *vc);
 
133
void reset_vc(struct vc_data *vc, int mode);
134
134
extern int unbind_con_driver(const struct consw *csw, int first, int last,
135
135
                             int deflt);
136
136
int vty_init(const struct file_operations *console_fops);