mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
180e311f28
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13 lines
261 B
C
13 lines
261 B
C
/*
|
|
* Port Masks
|
|
*/
|
|
|
|
#ifndef __BFIN_PERIPHERAL_PORT__
|
|
#define __BFIN_PERIPHERAL_PORT__
|
|
|
|
#include "../mach-common/bits/ports-c.h"
|
|
#include "../mach-common/bits/ports-d.h"
|
|
#include "../mach-common/bits/ports-e.h"
|
|
#include "../mach-common/bits/ports-f.h"
|
|
|
|
#endif
|