added a new header file to encapsulate compiler-specific stuff.
[newos.git] / apps / consoled / consoled.h
blob7b56d988a1f745383da5ef5b9663a9e29bd0e8da
1 #ifndef _CONSOLED_H
2 #define _CONSOLED_H
4 int process_key_events(_key_event *kevents, int num_events, char *out_buf, int buf_len, int keyboard_fd);
6 #endif