powerpods/main/cmd/cmd_restart.h
simon 16c521f71c Move UART command handlers into main/cmd/ for clearer layout.
Add cmd/ to CMake include paths and update documentation paths.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-19 22:49:11 +02:00

7 lines
86 B
C

#ifndef CMD_RESTART_H
#define CMD_RESTART_H
void cmd_restart_register(void);
#endif