10 lines
157 B
C
10 lines
157 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
// Copyright (c) 2025 0xKarinyash
|
|
#ifndef KSH_H
|
|
#define KSH_H
|
|
|
|
#include <drivers/shitgui.h>
|
|
|
|
void ksh();
|
|
|
|
#endif |