summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/smartmedia.hch
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-11-26 15:49:47 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-11-26 15:49:47 (GMT)
commit171c432587f844eb007f9afb9beab81d7252cf93 (patch)
tree13ad1d3655b8df9391588da5f910ddb2da10fd34 /Graphic_Equalizer/include/smartmedia.hch
parent2890033f504a8b01d345baed6acf0d0326768c91 (diff)
downloadTASS-171c432587f844eb007f9afb9beab81d7252cf93.zip
TASS-171c432587f844eb007f9afb9beab81d7252cf93.tar.gz
TASS-171c432587f844eb007f9afb9beab81d7252cf93.tar.bz2
Re-Changed macro's to functions.
Diffstat (limited to 'Graphic_Equalizer/include/smartmedia.hch')
-rw-r--r--Graphic_Equalizer/include/smartmedia.hch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Graphic_Equalizer/include/smartmedia.hch b/Graphic_Equalizer/include/smartmedia.hch
index 9bbd2b1..7499292 100644
--- a/Graphic_Equalizer/include/smartmedia.hch
+++ b/Graphic_Equalizer/include/smartmedia.hch
@@ -50,14 +50,14 @@
* Initializes the smartmedia device.
*/
-macro proc smartmedia_init(result);
+unsigned 1 smartmedia_init(void);
/*
* This function loads the memory with data from the smartmedia card.
*/
-macro proc smartmedia_loaddata(skindata, RAM_BANK0);
+void smartmedia_loaddata(skindata_t *skindata);
#else
#error "ERROR file smartmedia.hch multiple times included"