summaryrefslogtreecommitdiffstats
path: root/include/autoboot.h
blob: aaae4afff4b31bb0360260ff658f1f10d628a4a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * (C) Copyright 2000
 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 *
 * Add to readline cmdline-editing by
 * (C) Copyright 2005
 * JinHua Luo, GuangDong Linux Center, <luo.jinhua@gd-linux.com>
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef __AUTOBOOT_H
#define __AUTOBOOT_H

#ifdef CONFIG_BOOTDELAY
void bootdelay_process(void);
#else
static inline void bootdelay_process(void)
{
}
#endif

#endif
OpenPOWER on IntegriCloud