summaryrefslogtreecommitdiff
path: root/sys/include/dev.h
blob: b8bfef8c59a9c0b154cb998133af56b56d680803 (plain)
1
2
3
4
5
6
7
8
#ifndef _DEV_H
#define _DEV_H

#include <libfdt.h>

void dev_init(struct fdt_header* fdt);

#endif /* _DEV_H */