#ifndef __GLOBALS_H__
#define __GLOBALS_H__

#include <stdbool.h>
#include <oslib/os.h>

extern bool before_wimp;

extern const os_error EMALLOC;

#endif /* __GLOBALS_H__ */
