blob: c34e2539bc2f683be94bf9b645019df01baa7dd3 [file] [log] [blame]
Jan Samek1ed09082022-10-04 14:47:00 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <console/console.h>
4#include <nc_fpga.h>
5#include <types.h>
6
7void mainboard_post(uint8_t value)
8{
9 nc_fpga_post(value);
10}