TianoCore EDK2 master
Loading...
Searching...
No Matches
ExtraRootBusMap.h
Go to the documentation of this file.
1
9#ifndef __EXTRA_ROOT_BUS_MAP_H__
10#define __EXTRA_ROOT_BUS_MAP_H__
11
16
19 OUT EXTRA_ROOT_BUS_MAP **ExtraRootBusMap
20 );
21
22VOID
24 IN EXTRA_ROOT_BUS_MAP *ExtraRootBusMap
25 );
26
29 IN CONST EXTRA_ROOT_BUS_MAP *ExtraRootBusMap,
30 IN UINT64 RootBusPos,
31 OUT UINT32 *RootBusNr
32 );
33
34#endif
VOID DestroyExtraRootBusMap(IN EXTRA_ROOT_BUS_MAP *ExtraRootBusMap)
EFI_STATUS MapRootBusPosToBusNr(IN CONST EXTRA_ROOT_BUS_MAP *ExtraRootBusMap, IN UINT64 RootBusPos, OUT UINT32 *RootBusNr)
EFI_STATUS CreateExtraRootBusMap(OUT EXTRA_ROOT_BUS_MAP **ExtraRootBusMap)
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29