Blame view

include/initcall.h 180 Bytes
c8a311d9d   Simon Glass   Introduce a basic...
1
2
3
  /*
   * Copyright (c) 2011 The Chromium OS Authors.
   *
1a4596601   Wolfgang Denk   Add GPL-2.0+ SPDX...
4
   * SPDX-License-Identifier:	GPL-2.0+
c8a311d9d   Simon Glass   Introduce a basic...
5
6
7
8
9
   */
  
  typedef int (*init_fnc_t)(void);
  
  int initcall_run_list(init_fnc_t init_sequence[]);