mirror of
https://gitlab.com/hyperglitch/jellyfish.git
synced 2025-12-27 15:16:46 +00:00
18 lines
251 B
C
18 lines
251 B
C
/*
|
|
* SPDX-FileCopyrightText: 2025 Igor Brkic <igor@hyperglitch.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
#ifndef JELLYFISH_H
|
|
#define JELLYFISH_H
|
|
|
|
|
|
void jellyfish_initialize();
|
|
void jellyfish_timer_callback();
|
|
|
|
|
|
|
|
#endif //JELLYFISH_H
|
|
|