mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-03-12 18:16:55 -04:00

Adds: - SYSCALL_RESET - SYSCALL_SET_LED Co-authored-by: Michael Cardell Widerkrantz <mc@tillitis.se>
10 lines
174 B
C
10 lines
174 B
C
// Copyright (C) 2025 - Tillitis AB
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
#ifndef TKEY_SYSCALL_ENABLE_H
|
|
#define TKEY_SYSCALL_ENABLE_H
|
|
|
|
void syscall_enable(void);
|
|
|
|
#endif
|