OpenCBM
archlib_ex.h
1 /*
2  * This program is free software; you can redistribute it and/or
3  * modify it under the terms of the GNU General Public License
4  * as published by the Free Software Foundation; either version
5  * 2 of the License, or (at your option) any later version.
6  *
7  * Copyright 2005-2009 Spiro Trikaliotis
8  * Copyright 2010 Wolfgang Moser
9  */
10 
11 #ifndef ARCHLIB_EX_H
12 #define ARCHLIB_EX_H
13 
14 #include "archlib.h"
15 
17 xum1541_plugin_control_msg(CBM_FILE HandleDevice, unsigned int cmd);
18 
19 #endif // #ifndef ARCHLIB_EX_H
#define CBMAPIDECL
Definition: opencbm.h:85
int CBMAPIDECL xum1541_plugin_control_msg(CBM_FILE HandleDevice, unsigned int cmd)
Sends a command to the xum1541 device.
#define EXTERN
Definition: opencbm.h:84
#define CBM_FILE
Definition: opencbm.h:87