Add prototype for device-specific probe routine.

This commit is contained in:
Eric Norum
2004-10-21 21:18:43 +00:00
parent 05682dcdbb
commit 20a7adfe16

View File

@@ -48,6 +48,9 @@
* Driver function table * Driver function table
*/ */
extern rtc_fns mc146818a_fns; extern rtc_fns mc146818a_fns;
boolean mc146818a_probe(
int minor
);
/* /*
* Default register access routines * Default register access routines