muon/include/embedded.h
2022-10-25 10:54:31 -04:00

10 lines
209 B
C

/*
* SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
* SPDX-License-Identifier: GPL-3.0-only
*/
#ifndef MUON_EMBEDDED_H
#define MUON_EMBEDDED_H
const char *embedded_get(const char *name);
#endif