aboutsummaryrefslogtreecommitdiffstats
path: root/board/gdsys/common/osd.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/gdsys/common/osd.h')
-rw-r--r--board/gdsys/common/osd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gdsys/common/osd.h b/board/gdsys/common/osd.h
index 4431cbc09..c59d9c3ab 100644
--- a/board/gdsys/common/osd.h
+++ b/board/gdsys/common/osd.h
@@ -24,6 +24,6 @@
#ifndef _OSD_H_
#define _OSD_H_
-int osd_probe(void);
+int osd_probe(unsigned screen);
#endif