xref: /kvmtool/x86/include/asm/processor-flags.h (revision 813359ed4ad84c785148ab2d321031fe159456ad)
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