mm/include/ultraerror.h
2020-04-28 15:11:14 -05:00

7 lines
127 B
C

#ifndef _ULTRAERROR_H_
#define _ULTRAERROR_H_
typedef void (*OSErrorHandler)(/* ECOFF does not store param types */);
#endif