purgatory.h 143 B

12345678
  1. #ifndef PURGATORY_H
  2. #define PURGATORY_H
  3. #ifndef __ASSEMBLY__
  4. extern void purgatory(void);
  5. #endif /* __ASSEMBLY__ */
  6. #endif /* PURGATORY_H */