Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

uefi_start.h (138B)


      1 #include <stdint.h>
      2 
      3 
      4 #pragma once
      5 #ifndef MAIN_H
      6 #define MAIN_H
      7 
      8 extern uint32_t *fb;
      9 extern uint64_t fsize, maxX, maxY, ppline;
     10 
     11 #endif