TianoCore EDK2 master
|
#include "XenBusDxe.h"
Go to the source code of this file.
Data Structures | |
struct | _XENBUS_DEVICE_PATH |
Macros | |
#define | XENBUS_DEVICE_PATH_TYPE_VBD 0x1 |
Functions | |
XENSTORE_STATUS | XenBusEnumerateBus (XENBUS_DEVICE *Dev) |
XenBus Bus driver declarations.
Copyright (C) 2014, Citrix Ltd.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file XenBus.h.
XENSTORE_STATUS XenBusEnumerateBus | ( | XENBUS_DEVICE * | Dev | ) |
Perform XenBus bus enumeration and install protocol for children.
Caller should ensure that it is the only one to call this function. This function cannot be called concurrently.
Dev | A XENBUS_DEVICE instance. |
Enumerate the devices on a XenBus bus and install a XenBus Protocol instance.
Caller should ensure that it is the only one to call this function. This function cannot be called concurrently.
Dev | A XENBUS_DEVICE instance. |