coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ecam.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __COREBOOT_SRC_SOC_CAVIUM_COMMON_INCLUDE_SOC_ECAM_H
4 #define __COREBOOT_SRC_SOC_CAVIUM_COMMON_INCLUDE_SOC_ECAM_H
5 
6 #ifdef __SIMPLE_DEVICE__
7 #include <device/pci_type.h>
8 
10 #else
11 #include <device/device.h>
12 
13 uint64_t ecam0_get_bar_val(struct device *dev, u8 bar);
14 #endif
15 
16 #endif
uint64_t ecam0_get_bar_val(struct device *dev, u8 bar)
u32 pci_devfn_t
Definition: pci_type.h:8
unsigned long long uint64_t
Definition: stdint.h:17
uint8_t u8
Definition: stdint.h:45
Definition: device.h:107