feat: (devfs) a new filesystem for device exposure.
[lunaix-os.git] / lunaix-os / includes / lunaix / spike.h
index 4363b4123a89efa9be46cddd743353360b5ce019..274bcf63f670efdb009de2509ccc11b5de76b2b9 100644 (file)
@@ -92,6 +92,9 @@ __assert_fail(const char* expr, const char* file, unsigned int line)
 void
 panick(const char* msg);
 
+void
+panickf(const char* fmt, ...);
+
 #define wait_until(cond)                                                       \
     while (!(cond))                                                            \
         ;