blob: cbc00c91ff113043ff9c287cb3b2b30b05494e61 [file] [log] [blame]
static void spd_set_drb(void)
{
unsigned char ch;
char *str;
str = "test_string";
ch = *str;
__builtin_outb(ch, 0xab);
}