muon/include/functions/configuration_data.h
2023-11-19 13:41:32 -05:00

12 lines
297 B
C

/*
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
* SPDX-License-Identifier: GPL-3.0-only
*/
#ifndef MUON_FUNCTIONS_CONFIGURATION_DATA_H
#define MUON_FUNCTIONS_CONFIGURATION_DATA_H
#include "functions/common.h"
extern const struct func_impl impl_tbl_configuration_data[];
#endif