]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/blackfin/include/asm/mach-bf561/def_local.h
Replace "#include <asm-$ARCH/$FILE>" with "#include <asm/$FILE>"
[karo-tx-uboot.git] / arch / blackfin / include / asm / mach-bf561 / def_local.h
1 #define SWRST SICA_SWRST
2 #define SYSCR SICA_SYSCR
3 #define bfin_write_SWRST(val) bfin_write_SICA_SWRST(val)
4 #define bfin_write_SYSCR(val) bfin_write_SICA_SYSCR(val)
5
6 #define WDOG_CNT WDOGA_CNT
7 #define WDOG_CTL WDOGA_CTL
8 #define bfin_write_WDOG_CNT(val) bfin_write_WDOGA_CNT(val)
9 #define bfin_write_WDOG_CTL(val) bfin_write_WDOGA_CTL(val)
10 #define bfin_write_WDOG_STAT(val) bfin_write_WDOGA_STAT(val)
11
12 #include "ports.h"