]> Git Repo - qemu.git/blame - include/qemu/id.h
Merge remote-tracking branch 'remotes/kraxel/tags/pull-ipxe-20160704-1' into staging
[qemu.git] / include / qemu / id.h
CommitLineData
f348b6d1
VB
1#ifndef QEMU_ID_H
2#define QEMU_ID_H 1
3
4typedef enum IdSubSystems {
5 ID_QDEV,
6 ID_BLOCK,
7 ID_MAX /* last element, used as array size */
8} IdSubSystems;
9
10char *id_generate(IdSubSystems id);
11bool id_wellformed(const char *id);
12
13#endif
This page took 0.040393 seconds and 4 git commands to generate.