tillitis-key/hw/application_fpga/fw/tk1/syscall_enable.h
Daniel Jobson a37f687881 Change license to BSD-2-Clause
This was announced on the Tillitis Blog the 2nd of October 2024, for
more info visit https://tillitis.se
2025-10-30 13:07:59 +01:00

9 lines
174 B
C

// Copyright (C) 2025 - Tillitis AB
// SPDX-License-Identifier: BSD-2-Clause
#ifndef TKEY_SYSCALL_ENABLE_H
#define TKEY_SYSCALL_ENABLE_H
void syscall_enable(void);
#endif