shell: rtc: add header

This commit is contained in:
S.J.R. van Schaik 2017-07-27 10:46:39 +02:00
parent 651291ece1
commit 149281f694

7
include/shell/rtc.h Normal file
View 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);