blob: 4ae09f0582ecc6f8622382e69eaec2a744cf009b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* 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
|