ptos/amd64: ps: Add context switching stub
Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
@@ -22,4 +22,11 @@
|
||||
*/
|
||||
PT_STATUS HalThreadInit(THREAD *Thread, ULONG Flags, UPTR Ip);
|
||||
|
||||
/*
|
||||
* Prime the scheduler timer
|
||||
*
|
||||
* @Usec: Number of microseconds to prime for
|
||||
*/
|
||||
VOID HalPrimeThreadTimer(ULONG Usec);
|
||||
|
||||
#endif /* !_HAL_THREAD_H_ */
|
||||
|
||||
Reference in New Issue
Block a user