Module Name:    src
Committed By:   kiyohara
Date:           Sat May 11 08:31:32 UTC 2013

Modified Files:
        src/sys/arch/mmeye/include: mmeye.h

Log Message:
Add extern.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mmeye/include/mmeye.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mmeye/include/mmeye.h
diff -u src/sys/arch/mmeye/include/mmeye.h:1.5 src/sys/arch/mmeye/include/mmeye.h:1.6
--- src/sys/arch/mmeye/include/mmeye.h:1.5	Sat Feb 19 10:46:28 2011
+++ src/sys/arch/mmeye/include/mmeye.h	Sat May 11 08:31:32 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: mmeye.h,v 1.5 2011/02/19 10:46:28 kiyohara Exp $ */
+/* $NetBSD: mmeye.h,v 1.6 2013/05/11 08:31:32 kiyohara Exp $ */
 
 /*
  * Brains mmEye specific register definition
@@ -29,7 +29,7 @@ void mmeye_intr_disestablish(void *);
 #define   WDT_DISCMD	0x0f	/* XXX: Oops, no effect... */
 #define   WDT_ENACMD	0xf0
 
-callout_t epc_wdtc;
+extern callout_t epc_wdtc;
 void epc_watchdog_timer_reset(void *);
 #endif
 

Reply via email to