8 lines
92 B
C
8 lines
92 B
C
|
#ifndef PLATFORM_H
|
||
|
#define PLATFORM_H
|
||
|
#include "excalibur.h"
|
||
|
|
||
|
#define MAXIRQNUM 15
|
||
|
#endif
|
||
|
|