Jetpack/u-boot/include/initcall.h
dchvs 31faf4d851 cti_kernel: Add CTI sources
Elroy L4T r32.4.4 – JetPack 4.4.1
2021-03-15 20:15:11 -06:00

10 lines
186 B
C

/*
* Copyright (c) 2011 The Chromium OS Authors.
*
* SPDX-License-Identifier: GPL-2.0+
*/
typedef int (*init_fnc_t)(void);
int initcall_run_list(const init_fnc_t init_sequence[]);