Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
e958203796650e3959a43708d67534bf36f4c83b
/
.
/
marvell
/
uboot
/
include
/
initcall.h
blob: 2378077361dae9a1bf0e238882438ec25ce288ee [
file
] [
log
] [
blame
]
b.liu
e958203
2025-04-17 19:18:16 +0800
[
diff
] [
blame^
]
1
/*
2
* Copyright (c) 2011 The Chromium OS Authors.
3
*
4
* SPDX-License-Identifier: GPL-2.0+
5
*/
6
7
typedef
int
(*
init_fnc_t
)(
void
);
8
9
int
initcall_run_list
(
init_fnc_t
init_sequence
[]);