shell: rtc: add header
This commit is contained in:
parent
651291ece1
commit
149281f694
1 changed files with 7 additions and 0 deletions
7
include/shell/rtc.h
Normal file
7
include/shell/rtc.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
struct console;
|
||||
|
||||
void shell_date(struct console *con, const char **argv, size_t argc);
|
||||
void shell_time(struct console *con, const char **argv, size_t argc);
|
||||
void shell_set_date(struct console *con, const char **argv, size_t argc);
|
Loading…
Add table
Reference in a new issue