blob: 04c03d2301138949880bc7274da7b72bf1d770f8 [file] [log] [blame]
Martin Rothc7acf162020-05-28 00:44:50 -06001/* SPDX-License-Identifier: GPL-2.0-only */
2
3#include <bl_uapp/bl_syscall_public.h>
4#include <console/console.h>
Martin Rothc7acf162020-05-28 00:44:50 -06005
6void arch_post_code(u8 value)
7{
8 if (CONFIG(POST_IO) && CONFIG_POST_IO_PORT == 0x80)
9 svc_write_postcode(value);
10}