bugs.h 215 B

123456789101112
  1. /*
  2. * This file is included by 'init/main.c' to check for architecture-dependent
  3. * bugs.
  4. *
  5. */
  6. #ifndef _ASM_PPC64_BUGS_H
  7. #define _ASM_PPC64_BUGS_H
  8. static void check_bugs(void) {
  9. }
  10. #endif /* _ASM_PPC64_BUGS_H */