/* * Copyright (c) 2016 Andreas Färber * * SPDX-License-Identifier: GPL-2.0+ */ #include DECLARE_GLOBAL_DATA_PTR; int board_init(void) { return 0; }