~ubuntu-bugs-auftrags-killer/qemu/proper-error-characters

« back to all changes in this revision

Viewing changes to hw/pckbd.c

  • Committer: blueswir1
  • Date: 2008-10-26 13:43:07 UTC
  • Revision ID: git-v1:b1d8e52e636fd2c137e5abb2d59b331473e0930d
Fix undeclared symbol warnings from sparse

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5539 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
    int it_shift;
130
130
} KBDState;
131
131
 
132
 
KBDState kbd_state;
 
132
static KBDState kbd_state;
133
133
 
134
134
/* update irq and KBD_STAT_[MOUSE_]OBF */
135
135
/* XXX: not generating the irqs if KBD_MODE_DISABLE_KBD is set may be