mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-11-27 10:50:32 -05:00
- Add REUSE configuration - Add compliant licenses in LICENSES/ - Add copyright SPDX tags - Run REUSE complicance check in CI - Remove spdx-ensure
9 lines
196 B
C
9 lines
196 B
C
// SPDX-FileCopyrightText: 2025 Tillitis AB <tillitis.se>
|
|
// SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
#ifndef TKEY_SYSCALL_ENABLE_H
|
|
#define TKEY_SYSCALL_ENABLE_H
|
|
|
|
void syscall_enable(void);
|
|
|
|
#endif
|