mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-27 17:18:59 +00:00
9 lines
154 B
C
9 lines
154 B
C
|
// SPDX-License-Identifier: BSD-2-Clause
|
||
|
/*
|
||
|
* Copyright (c) 2022 Matthias Schiffer <mschiffer@universe-factory.net>
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
void start(void);
|