2013-03-05 14:39:40 +00:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2011 The Chromium OS Authors.
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2013-03-05 14:39:40 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
typedef int (*init_fnc_t)(void);
|
|
|
|
|
|
|
|
int initcall_run_list(init_fnc_t init_sequence[]);
|