forked from rrcarlosr/Jetpack
13 lines
188 B
C
13 lines
188 B
C
|
/*
|
||
|
* Copyright (C) 2014 Google, Inc
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef _ASM_ARCH_BD82X6X_H
|
||
|
#define _ASM_ARCH_BD82X6X_H
|
||
|
|
||
|
int gma_func0_init(struct udevice *dev);
|
||
|
|
||
|
#endif
|