summaryrefslogtreecommitdiff
path: root/machdev.h
blob: 31b28c356b1de36ef19359bc35e51680de5d556a (plain)
1
2
3
4
5
6
#ifndef MACHDEV_H
#define MACHDEV_H
void machdev_init(int argc, char **argv);
void machdev_run1(void *arg);
void machdev_run2(void);
#endif /* MACHDEV_H */