]> Git Repo - qemu.git/blame - include/qemu/id.h
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / include / qemu / id.h
CommitLineData
f348b6d1 1#ifndef QEMU_ID_H
175de524 2#define QEMU_ID_H
f348b6d1
VB
3
4typedef enum IdSubSystems {
5 ID_QDEV,
6 ID_BLOCK,
1e419ee6 7 ID_CHR,
27eb3722 8 ID_NET,
f348b6d1
VB
9 ID_MAX /* last element, used as array size */
10} IdSubSystems;
11
12char *id_generate(IdSubSystems id);
13bool id_wellformed(const char *id);
14
15#endif
This page took 0.27918 seconds and 5 git commands to generate.