summaryrefslogtreecommitdiff
path: root/board/toradex/common/configblock.h
blob: 5b204812b55062d2bb326df113bce62c6b1c3e2a (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2011-2014 Toradex, Inc.
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifdef CONFIG_TRDX_CFG_BLOCK
int read_trdx_cfg_block(void);
#endif