summaryrefslogtreecommitdiffstats
path: root/test/logger
ModeNameSize
-rw-r--r--test_logger.rb10368logstatsplain
5' href='#n35'>35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (c) 2011 The Chromium OS Authors.
 */

#ifndef __INITCALL_H
#define __INITCALL_H

typedef int (*init_fnc_t)(void);

/*
 * To enable debugging. add #define DEBUG at the top of the including file.
 *
 * To find a symbol, use grep on u-boot.map
 */