Simon Glass | 17f1c40 | 2014-11-14 18:18:32 -0700 | [diff] [blame] | 1 | /* |
2 | * Copyright (C) 2014 Google, Inc | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: GPL-2.0+ | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef _ASM_ARCH_BD82X6X_H | ||||
8 | #define _ASM_ARCH_BD82X6X_H | ||||
9 | |||||
Simon Glass | a75abeb | 2016-01-17 16:11:59 -0700 | [diff] [blame] | 10 | int gma_func0_init(struct udevice *dev); |
Simon Glass | 17f1c40 | 2014-11-14 18:18:32 -0700 | [diff] [blame] | 11 | |
Simon Glass | 17f1c40 | 2014-11-14 18:18:32 -0700 | [diff] [blame] | 12 | #endif |