mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
13 lines
208 B
C
13 lines
208 B
C
|
/*
|
||
|
* config_defaults.h - sane defaults for everyone
|
||
|
*
|
||
|
* Copyright (c) 2009 Analog Devices Inc.
|
||
|
*
|
||
|
* Licensed under the GPL-2 or later.
|
||
|
*/
|
||
|
|
||
|
#ifndef _CONFIG_DEFAULTS_H_
|
||
|
#define _CONFIG_DEFAULTS_H_
|
||
|
|
||
|
#endif
|