Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
c1fd69efbe4f7dab0fade69199f731300cfb6213
/
.
/
arch
/
x86
/
include
/
asm
/
arch-ivybridge
/
bd82x6x.h
blob: e02520c208011fa14bc6b1f68812169c68344210 [
file
] [
log
] [
blame
]
/*
* Copyright (C) 2014 Google, Inc
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef
_ASM_ARCH_BD82X6X_H
#define
_ASM_ARCH_BD82X6X_H
void
bd82x6x_pci_init
(
pci_dev_t
dev
);
int
bd82x6x_init_pci_devices
(
void
);
int
bd82x6x_init
(
void
);
#endif