2001-01-08 Joel Sherrill <joel@OARcorp.com>

* include/bsp.h: Added closing brace for extern C.
This commit is contained in:
Joel Sherrill
2001-01-08 18:17:47 +00:00
parent 1800f71707
commit 82e2265e52
4 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2001-01-08 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Added closing brace for extern C.
2000-12-06 Joel Sherrill <joel@OARcorp.com> 2000-12-06 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Add include of bsp.am. Add clock subdirectory. * Makefile.am: Add include of bsp.am. Add clock subdirectory.

View File

@@ -27,6 +27,9 @@ extern "C" {
#include <console.h> #include <console.h>
#include <clockdrv.h> #include <clockdrv.h>
#ifdef __cplusplus
}
#endif
#endif /* __BSP_H_ */ #endif /* __BSP_H_ */
/* end of include file */ /* end of include file */

View File

@@ -1,3 +1,7 @@
2001-01-08 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: Added closing brace for extern C.
2001-01-03 Joel Sherrill <joel@OARcorp.com> 2001-01-03 Joel Sherrill <joel@OARcorp.com>
* clock: New directory with stub clock driver. * clock: New directory with stub clock driver.

View File

@@ -27,6 +27,9 @@ extern "C" {
#include <console.h> #include <console.h>
#include <clockdrv.h> #include <clockdrv.h>
#ifdef __cplusplus
}
#endif
#endif /* __BSP_H_ */ #endif /* __BSP_H_ */
/* end of include file */ /* end of include file */