platform.h 92 B

1234567
  1. #ifndef PLATFORM_H
  2. #define PLATFORM_H
  3. #include "excalibur.h"
  4. #define MAXIRQNUM 15
  5. #endif