]> Git Repo - qemu.git/blame - include/qemu/id.h
spapr: spapr_drc_attach() cannot fail
[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,
f348b6d1
VB
8 ID_MAX /* last element, used as array size */
9} IdSubSystems;
10
11char *id_generate(IdSubSystems id);
12bool id_wellformed(const char *id);
13
14#endif
This page took 0.248653 seconds and 4 git commands to generate.