mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 15:15:25 +00:00
node_device_driver.h: Use #pragma once
Acked-by: Eric Blake <eblake@redhat.com> Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
ac41ffb8fa
commit
23bda3b782
@ -19,8 +19,7 @@
|
|||||||
* <http://www.gnu.org/licenses/>.
|
* <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef LIBVIRT_NODE_DEVICE_DRIVER_H
|
#pragma once
|
||||||
# define LIBVIRT_NODE_DEVICE_DRIVER_H
|
|
||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
#include "driver.h"
|
#include "driver.h"
|
||||||
@ -117,5 +116,3 @@ nodeConnectNodeDeviceEventRegisterAny(virConnectPtr conn,
|
|||||||
int
|
int
|
||||||
nodeConnectNodeDeviceEventDeregisterAny(virConnectPtr conn,
|
nodeConnectNodeDeviceEventDeregisterAny(virConnectPtr conn,
|
||||||
int callbackID);
|
int callbackID);
|
||||||
|
|
||||||
#endif /* LIBVIRT_NODE_DEVICE_DRIVER_H */
|
|
||||||
|
Loading…
Reference in New Issue
Block a user