mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 01:38:22 +00:00
820b076c44
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10 lines
138 B
C
10 lines
138 B
C
/*
|
|
* Port Masks
|
|
*/
|
|
|
|
#ifndef __BFIN_PERIPHERAL_PORT__
|
|
#define __BFIN_PERIPHERAL_PORT__
|
|
|
|
#include "../mach-common/bits/ports-f.h"
|
|
|
|
#endif
|