early_kalloc.h 109 B

123456789
  1. #ifndef early_kalloc_h
  2. #define early_kalloc_h
  3. #include <stdint.h>
  4. uint64_t early_kalloc(int size);
  5. #endif