aboutsummaryrefslogtreecommitdiff
path: root/lowlevel.h
blob: 855156897e71df5ba56dedd7d850b38a9e3986db (plain)
1
2
3
4
5
6
#ifndef LOWLEVEL_H
#define LOWLEVEL_H

void outb(uint16_t p,uint8_t val);

#endif