fw.h 137 B

123456789
  1. #ifndef FW_H
  2. #define FW_H
  3. #include <stddef.h>
  4. #include <stdint.h>
  5. extern void __attribute__((noreturn)) _die(void);
  6. #endif /* FW_H */