mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-11-26 02:16:24 -05:00
This was announced on the Tillitis Blog the 2nd of October 2024, for more info visit https://tillitis.se
9 lines
174 B
C
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
|