blob: 8076132eb23b8b378e65017e3f057009d109179b [file] [log] [blame]
Brad Bishop93fb5352015-09-09 03:59:20 +00001#include <stdio.h>
2#include <stdlib.h>
3#include <gio/gio.h>
4
5int main(int argc, char *argv[])
6{
7 printf("obmc-phosphor-qemu...\n");
8
9 while(1)
10 sleep(5);
11
12 exit(EXIT_SUCCESS);
13}