Files
mm/include/ultraerror.h
T
2018-10-25 22:09:52 -05:00

7 lines
131 B
C

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