mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-30 03:14:36 +00:00
10 lines
209 B
C
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
|