ports.h 261 B

12345678910111213
  1. /*
  2. * Port Masks
  3. */
  4. #ifndef __BFIN_PERIPHERAL_PORT__
  5. #define __BFIN_PERIPHERAL_PORT__
  6. #include "../mach-common/bits/ports-c.h"
  7. #include "../mach-common/bits/ports-d.h"
  8. #include "../mach-common/bits/ports-e.h"
  9. #include "../mach-common/bits/ports-f.h"
  10. #endif