aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdisp/driver.h')
-rw-r--r--src/gdisp/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdisp/driver.h b/src/gdisp/driver.h
index 10f9fd87..f8d66f4b 100644
--- a/src/gdisp/driver.h
+++ b/src/gdisp/driver.h
@@ -617,7 +617,7 @@ typedef struct GDISPVMT {
#endif
// Routines needed by the general driver VMT
- bool_t _gdispInitDriver(GDriver *g, int driverinstance, int systeminstance);
+ bool_t _gdispInitDriver(GDriver *g, unsigned driverinstance, unsigned systeminstance);
void _gdispPostInitDriver(GDriver *g);
void _gdispDeInitDriver(GDriver *g);