forked from rrcarlosr/Jetpack
13 lines
186 B
C
13 lines
186 B
C
|
/*
|
||
|
* (C) Copyright 2015 Rockchip Electronics Co., Ltd
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __CONFIG_H
|
||
|
#define __CONFIG_H
|
||
|
|
||
|
#include <configs/rk3036_common.h>
|
||
|
|
||
|
#endif
|