8 lines
109 B
C
8 lines
109 B
C
|
#include "qemu-common.h"
|
||
|
#include "sysemu/char.h"
|
||
|
|
||
|
CharDriverState *chr_baum_init(void)
|
||
|
{
|
||
|
return NULL;
|
||
|
}
|