#ifndef __ERROR_H__
#define __ERROR_H__

#include <oslib/os.h>

void err_fatal(os_error const *err);

#endif /* __ERROR_H__ */
