index
:
clyne/stmos
master
A general-purpose operating system for STM32 microcontrollers
Clyne Sullivan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fs
/
initrd.h
blob: dbc0079eec85edde6fdba7ef2fddd8ec235344e9 (
plain
)
1
2
3
4
5
6
#ifndef INTIRD_H_
#define INITRD_H_
void
initrd_init
(
void
);
#endif
// INITRD_H_