]> Git Repo - qemu.git/blame - hw/multiboot.h
Allow clock_gettime() monotonic clock to be utilized on more OS's
[qemu.git] / hw / multiboot.h
CommitLineData
52001445
AL
1#ifndef QEMU_MULTIBOOT_H
2#define QEMU_MULTIBOOT_H
3
4int load_multiboot(void *fw_cfg,
5 FILE *f,
6 const char *kernel_filename,
7 const char *initrd_filename,
8 const char *kernel_cmdline,
9 int kernel_file_size,
10 uint8_t *header);
11
12#endif
This page took 0.395515 seconds and 4 git commands to generate.