provided code
This commit is contained in:
8
src/threads/flags.h
Normal file
8
src/threads/flags.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef THREADS_FLAGS_H
|
||||
#define THREADS_FLAGS_H
|
||||
|
||||
/* EFLAGS Register. */
|
||||
#define FLAG_MBS 0x00000002 /* Must be set. */
|
||||
#define FLAG_IF 0x00000200 /* Interrupt Flag. */
|
||||
|
||||
#endif /* threads/flags.h */
|
||||
Reference in New Issue
Block a user