X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Ftss.h;h=9bab86383f57fd48292d6af39b70d4e7a9c99ca5;hb=158640d601f6c710cfce7bc4a6bd8f7e7847b7a3;hp=66ea1184ef2f6a52aeba921e7bd8454adb8e28b1;hpb=04fc4c8fbac29e04f0d0817a2906687c2c972559;p=palacios.git diff --git a/palacios/include/geekos/tss.h b/palacios/include/geekos/tss.h index 66ea118..9bab863 100644 --- a/palacios/include/geekos/tss.h +++ b/palacios/include/geekos/tss.h @@ -1,7 +1,7 @@ /* * x86 TSS data structure and routines * Copyright (c) 2001,2004 David H. Hovemeyer - * $Revision: 1.1 $ + * $Revision: 1.2 $ * * This is free software. You are permitted to use, * redistribute, and modify it as specified in the file "COPYING". @@ -86,4 +86,16 @@ struct TSS { void Init_TSS(void); void Set_Kernel_Stack_Pointer(ulong_t esp0); + + +/* JRL THIS FUCKING SUCKS */ + +uint_t GetTR_Base(); +uint_t GetTR_Limit(); +ushort_t GetTR_Selector(); + + + +/* ** */ + #endif /* GEEKOS_TSS_H */