10 lines
136 B
C
10 lines
136 B
C
|
|
/*
|
||
|
|
* Copyright (c) 2016 Andreas Färber
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <common.h>
|
||
|
|
|
||
|
|
DECLARE_GLOBAL_DATA_PTR;
|