X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/b91be0033265b5b6bd716bd39cb0971da41906c4..7804c2dae30700296c3205aaf7f546f491999bf4:/lunaix-os/includes/arch/exception.h diff --git a/lunaix-os/includes/arch/exception.h b/lunaix-os/includes/arch/exception.h new file mode 100644 index 0000000..31c3792 --- /dev/null +++ b/lunaix-os/includes/arch/exception.h @@ -0,0 +1,7 @@ +#ifndef __LUNAIX_EXCEPTION_H +#define __LUNAIX_EXCEPTION_H + +void +exception_init(); + +#endif /* __LUNAIX_EXCEPTION_H */