coreboot-kgpe-d16/util/romcc/tests/simple_test12.c

9 lines
126 B
C
Raw Permalink Normal View History

static void spd_set_drb(void)
{
unsigned char ch;
char *str;
str = "test_string";
ch = *str;
__builtin_outb(ch, 0xab);
}