mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-29 10:54:44 +00:00
12 lines
259 B
C
12 lines
259 B
C
/*
|
|
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
|
|
* SPDX-License-Identifier: GPL-3.0-only
|
|
*/
|
|
|
|
#ifndef MUON_FUNCTIONS_KERNEL_INSTALL_H
|
|
#define MUON_FUNCTIONS_KERNEL_INSTALL_H
|
|
#include "lang/func_lookup.h"
|
|
|
|
FUNC_REGISTER(kernel_install);
|
|
#endif
|