mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-14 03:06:59 +02:00
14 lines
261 B
C
14 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
|