luajitos

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

tss.h (108B)


      1 #ifndef TSS_H
      2 #define TSS_H
      3 
      4 /* Task State Segment functions */
      5 void tss_install(void);
      6 
      7 #endif /* TSS_H */