cpu.h 90 B

12345678910111213141516171819202122
  1. #ifndef GENERIC_CPU_H
  2. #define GENERIC_CPU_H
  3. #include <asm/cpu.h>
  4. #endif