File diff r2209:e40a090476da → r2210:ed1be54700ae
hal.h
Show inline comments
 
@@ -38,13 +38,12 @@ typedef struct {
 
} HalMusicDriver;
 

	
 
typedef struct {
 
	const char *name;
 
	const char *longname;
 
	const void *drv;
 
	uint32 flags;
 
} DriverDesc;
 

	
 
enum {
 
	HALERR_OK = 0,
 
	HALERR_ERROR = 1,
 
};