mirror of
https://github.com/ctm/syn68k.git
synced 2024-11-29 03:50:27 +00:00
9 lines
174 B
C
9 lines
174 B
C
#ifndef _interrupt_h_
|
|
#define _interrupt_h_
|
|
|
|
#include "syn68k_private.h"
|
|
|
|
/* Everything that would normally be here is in syn68k_public.h */
|
|
|
|
#endif /* Not _interrupt_h_ */
|