aboutsummaryrefslogtreecommitdiff
path: root/kernel/include/init.h
blob: 8df22f553c6975280c189edb5c9fedc5be8aafb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef MUX_INIT_H
#define MUX_INIT_H

#include <stddef.h>

void setup();
void task1(char args);
void task2(char args);

#endif