src/hal.h
changeset 6192 c6adfc929c6b
parent 5887 063ca43b682c
child 6285 187e3ef04cc9
--- a/src/hal.h	Mon Feb 05 14:00:32 2007 +0000
+++ b/src/hal.h	Mon Feb 05 21:16:56 2007 +0000
@@ -3,10 +3,6 @@
 #ifndef HAL_H
 #define HAL_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif //__cplusplus
-
 typedef struct {
 	const char *(*start)(const char * const *parm);
 	void (*stop)(void);
@@ -46,8 +42,4 @@
 	MUSIC_DRIVER = 2,
 };
 
-#ifdef __cplusplus
-} // extern "C"
-#endif //__cplusplus
-
 #endif /* HAL_H */