os/stuff/drivers/parallel.h
2019-05-25 10:05:36 -05:00

7 lines
69 B
C

#ifndef PARALLEL_H
#define PARALLEL_H
void parallel_init();
#endif