Changeset 188 for sbliveos2/trunk/include
- Timestamp:
- Sep 9, 2001, 5:31:35 PM (24 years ago)
- Location:
- sbliveos2/trunk/include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/include/kee.h
r142 r188 101 101 //NOTE: esp and ebp are modified when this function returns 102 102 // --> can cause problems if compiler uses i.e. ebp for storing a value!! 103 104 #ifdef __WATCOMC__ 105 ULONG KernThunkStackTo32(VOID); 106 #pragma aux KernThunkStackTo32 "KernThunkStackTo32" modify exact [eax ecx edx] value [edx]; 107 #else 103 108 ULONG APIENTRY KernThunkStackTo32(VOID); 104 #pragma aux KernThunkStackTo32 "KernThunkStackTo32" modify exact [edx]; 109 #endif 110 105 111 106 112 /*ordinal 42*/ -
sbliveos2/trunk/include/linux/kernel.h
r142 r188 15 15 /* Optimization barrier */ 16 16 /* The "volatile" is due to gcc bugs */ 17 #define barrier() __asm__ __volatile__("": : :"memory") 17 //#define barrier() __asm__ __volatile__("": : :"memory") 18 #define barrier() 18 19 19 20 #define STACK_MAGIC 0xdeadbeef … … 55 56 extern int session_of_pgrp(int pgrp); 56 57 57 int printk(const char * fmt, ...);58 extern int printk(const char * fmt, ...); 58 59 59 60 -
sbliveos2/trunk/include/sbversion.h
r163 r188 25 25 #define __SBVERSION_H__ 26 26 27 #define SBLIVE_VERSION "0.7. 0"27 #define SBLIVE_VERSION "0.7.5" 28 28 29 29 #endif //__SBVERSION_H__ -
sbliveos2/trunk/include/version.mak
r163 r188 11 11 12 12 _VENDOR = Creative Labs SoundBlaster Live 13 _VERSION = 0.7 0.00013 _VERSION = 0.75.000 14 14 15 15 FILEVER = @^#$(_VENDOR):$(_VERSION)^#@
Note:
See TracChangeset
for help on using the changeset viewer.