forked from Imagelibrary/rtems
2009-02-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* GT64260/GT64260TWSI.h: Add missing prototypes.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-02-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* GT64260/GT64260TWSI.h: Add missing prototypes.
|
||||||
|
|
||||||
2008-12-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-12-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* GT64260/MVME5500I2C.c: Include <stdint.h> instead of
|
* GT64260/MVME5500I2C.c: Include <stdint.h> instead of
|
||||||
|
|||||||
@@ -15,10 +15,10 @@
|
|||||||
#define TWSI_TWSIEN 0x40
|
#define TWSI_TWSIEN 0x40
|
||||||
#define TWSI_INTEN 0x80
|
#define TWSI_INTEN 0x80
|
||||||
|
|
||||||
void GT64260TWSIinit();
|
void GT64260TWSIinit(void);
|
||||||
int GT64260TWSIstart();
|
int GT64260TWSIstart(void);
|
||||||
int GT64260TWSIwrite(unsigned char Data);
|
int GT64260TWSIwrite(unsigned char Data);
|
||||||
int GT64260TWSIread(unsigned char *, int lastByte);
|
int GT64260TWSIread(unsigned char *, int lastByte);
|
||||||
int GT64260TWSIstop();
|
int GT64260TWSIstop(void);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user