summaryrefslogtreecommitdiff
path: root/radiola.c
blob: 6386fe2435929fb59e0ed7468aee40903013aa69 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <stdio.h>
#include <stdlib.h>

#include "hw/hw.h"

int main()
{
	return 0;
}