26 lines
627 B
C
Executable File
26 lines
627 B
C
Executable File
/*
|
|
* =====================================================================================
|
|
*
|
|
* Filename: kconfig.h
|
|
*
|
|
* Description: null.
|
|
*
|
|
* Version: 2.0
|
|
* Create: 2017-11-02 10:24:18
|
|
* Revision: none
|
|
* Compiler: gcc version 6.3.0 (crosstool-NG crosstool-ng-1.23.0)
|
|
*
|
|
* Author: caozilong@allwinnertech.com
|
|
* Organization: BU1-PSW
|
|
* Last Modified: 2020-04-18 12:43:58
|
|
*
|
|
* =====================================================================================
|
|
*/
|
|
|
|
#ifndef KCONFIG_H
|
|
#define KCONFIG_H
|
|
|
|
#include <generated/autoconf.h>
|
|
|
|
#endif /*KCONFIG_H*/
|