os/drivers/parallel.h

7 lines
69 B
C

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