summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/haleakala/include/bsp.h')
-rw-r--r--c/src/lib/libbsp/powerpc/haleakala/include/bsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h b/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h
index 558abc55e5..f1a52a0490 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h
+++ b/c/src/lib/libbsp/powerpc/haleakala/include/bsp.h
@@ -72,7 +72,7 @@ extern "C" {
/* Network Defines */
#define RTEMS_BSP_NETWORK_DRIVER_NAME "eth0"
-
+
struct rtems_bsdnet_ifconfig;
int rtems_emac_driver_attach(struct rtems_bsdnet_ifconfig* config, int attaching);
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_emac_driver_attach
@@ -91,7 +91,7 @@ extern "C" {
rtems_vector_number vector, /* vector number */
int type /* RTEMS or RAW intr */
);
-
+
#endif /* ASM */
#ifdef __cplusplus