shell: rtc: add header

tags/0.1.0
S.J.R. van Schaik 7 years ago
parent 651291ece1
commit 149281f694
  1. 7
      include/shell/rtc.h

@ -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…
Cancel
Save