aboutsummaryrefslogtreecommitdiff
path: root/include/libopenstm32/ethernet.h
diff options
context:
space:
mode:
authorUwe Hermann2010-12-30 00:53:52 +0100
committerUwe Hermann2010-12-30 00:53:52 +0100
commit17b2e87ba3ba3cc029a92f275f110e17249d59f7 (patch)
treed5984cbaf17fd0d49c8a2dfc94ac29f295e2d18f /include/libopenstm32/ethernet.h
parent01bfbfed411f9e96218070e2b36438b783df29ba (diff)
Factor out cm3/common.h and cm3/memorymap.h.
Diffstat (limited to 'include/libopenstm32/ethernet.h')
-rw-r--r--include/libopenstm32/ethernet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libopenstm32/ethernet.h b/include/libopenstm32/ethernet.h
index f611ce5..92791df 100644
--- a/include/libopenstm32/ethernet.h
+++ b/include/libopenstm32/ethernet.h
@@ -21,7 +21,7 @@
#define LIBOPENSTM32_ETHERNET_H
#include <libopenstm32/memorymap.h>
-#include <libopenstm32/common.h>
+#include <cm3/common.h>
/* Ethernet MAC registers */
#define ETH_MACCR MMIO32(ETHERNET_BASE + 0x00)