aboutsummaryrefslogtreecommitdiff
path: root/src/include/cpu/x86/post_code.h
blob: 0fed2aa058699c475f45344fbf6b73ef6f7a9273 (plain)
1
2
3
4
5
6
#define post_code(value)        \
	movb    $value, %al;    \
	outb    %al, $0x80