Cleaned out for now
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@346
This commit is contained in:
parent
97b0714271
commit
baf21dd0ff
1 changed files with 0 additions and 17 deletions
|
@ -19,24 +19,7 @@
|
|||
#ifndef _HARDWARE_H_
|
||||
#define _HARDWARE_H_
|
||||
|
||||
#include <programs.h>
|
||||
#include <support.h>
|
||||
#include <stdio.h>
|
||||
|
||||
typedef void (* HW_OutputHandler)(char * towrite);
|
||||
typedef void (* HW_InputHandler)(char * line);
|
||||
|
||||
struct HWBlock {
|
||||
char * dev_name; /* 8 characters max dev name */
|
||||
char * full_name; /* 60 characters full name */
|
||||
char * help;
|
||||
HW_InputHandler get_input;
|
||||
HW_OutputHandler show_status; /* Supplied with a string to display 50 chars of status info in */
|
||||
HWBlock * next;
|
||||
};
|
||||
|
||||
|
||||
void HW_Register(HWBlock * block);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue