init.h 97 B

1234567
  1. #ifndef __KERNEL_INIT_H
  2. #define __KERNEL_INIT_H
  3. void init_all(void);
  4. #endif // __KERNEL_INIT_H