Make joy_install, joy_uninstall user callable functions
git-svn-id: svn://svn.cc65.org/cc65/trunk@1950 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -58,7 +58,7 @@ typedef struct {
|
||||
|
||||
/* Jump vectors. Note that these are not C callable */
|
||||
void* install; /* INSTALL routine */
|
||||
void* deinstall; /* DEINSTALL routine */
|
||||
void* uninstall; /* UNINSTALL routine */
|
||||
void* count; /* COUNT routine */
|
||||
void* read; /* READ routine */
|
||||
|
||||
@@ -71,21 +71,6 @@ extern joy_drv_header* joy_drv; /* Pointer to driver */
|
||||
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Functions */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
unsigned char __fastcall__ joy_install (void* driver);
|
||||
/* Install the driver once it is loaded, return an error code. */
|
||||
|
||||
void __fastcall__ joy_deinstall (void);
|
||||
/* Deinstall the driver before unloading it */
|
||||
|
||||
|
||||
|
||||
/* End of joy-kernel.h */
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user