14 lines
207 B
C
14 lines
207 B
C
#ifndef __LIB_HMMMMM__
|
|
#define __LIB_HMMMMM__
|
|
|
|
#include "libmem.h"
|
|
#include "libdevice.h"
|
|
|
|
#define EXTENDED_DEVICE_TYPE_DUMMY 0
|
|
#define EXTENDED_DEVICE_TYPE_INSTR_SIMUL 1
|
|
|
|
|
|
|
|
|
|
|
|
#endif // ifndef __LIB_HMMMMM__
|