From ab4e1cfc8c587e4144d847bbd41307eff03130b2 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Tue, 16 Feb 2021 22:26:47 -0500 Subject: rtc timestamp, knob rand, random terminal color --- src/user/include/knob/rand.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/user/include/knob/rand.h (limited to 'src/user/include/knob/rand.h') diff --git a/src/user/include/knob/rand.h b/src/user/include/knob/rand.h new file mode 100644 index 0000000..46052e2 --- /dev/null +++ b/src/user/include/knob/rand.h @@ -0,0 +1,8 @@ +#ifndef RAND_H +#define RAND_H + +#include + +uint32_t gen_rand(); + +#endif \ No newline at end of file -- cgit v1.2.3