mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 15:45:28 +00:00
eaf18f4c2b
Move all APIs with a virHostCPU name prefix out into new util/virhostcpu.h & util/virhostcpu.c files Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
14 lines
248 B
Plaintext
14 lines
248 B
Plaintext
#
|
|
# Linux-specific private symbols.
|
|
#
|
|
|
|
# util/virhostcpu.h
|
|
virHostCPUGetInfoPopulateLinux;
|
|
virHostCPUGetStatsLinux;
|
|
virHostCPUSetSysFSSystemPathLinux;
|
|
|
|
# Let emacs know we want case-insensitive sorting
|
|
# Local Variables:
|
|
# sort-fold-case: t
|
|
# End:
|