mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-24 16:16:55 +01:00
12 lines
263 B
C
12 lines
263 B
C
|
|
|
|
|
|
void DRV_Generic_Init();
|
|
#include "../httpserver/new_http.h"
|
|
void DRV_AppendInformationToHTTPIndexPage(http_request_t *request);
|
|
void DRV_OnEverySecond();
|
|
void DRV_RunQuickTick();
|
|
void DRV_StartDriver(const char *name);
|
|
void DRV_StopDriver(const char *name);
|
|
|