mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-31 03:45:53 +00:00
13 lines
260 B
C
13 lines
260 B
C
/*
|
|
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
|
*/
|
|
|
|
#ifndef MUON_FUNCTIONS_KERNEL_OPTIONS_H
|
|
#define MUON_FUNCTIONS_KERNEL_OPTIONS_H
|
|
|
|
#include "lang/func_lookup.h"
|
|
|
|
FUNC_REGISTER(kernel_options);
|
|
#endif
|