1 #ifndef _ASM_X86_PROCESSOR_FLAGS_H 2 #define _ASM_X86_PROCESSOR_FLAGS_H 3 /* Various flags defined: can be included from assembler. */ 4 5 /* 6 * EFLAGS bits 7 */ 8 #define X86_EFLAGS_CF 0x00000001 /* Carry Flag */ 9 10 #endif 11
1 #ifndef _ASM_X86_PROCESSOR_FLAGS_H 2 #define _ASM_X86_PROCESSOR_FLAGS_H 3 /* Various flags defined: can be included from assembler. */ 4 5 /* 6 * EFLAGS bits 7 */ 8 #define X86_EFLAGS_CF 0x00000001 /* Carry Flag */ 9 10 #endif 11