blob: cbc00c91ff113043ff9c287cb3b2b30b05494e61 [file] [log] [blame]
Eric Biedermanb138ac82003-04-22 18:44:01 +00001static void spd_set_drb(void)
2{
3 unsigned char ch;
4 char *str;
5 str = "test_string";
6 ch = *str;
7 __builtin_outb(ch, 0xab);
8}