git-svn-id: http://apu.dw.local/svnusers/JoshHoltrop/pppc/trunk@35 8131a0b2-b21c-1c47-bd6a-f003126495bd
8 lines
86 B
C
8 lines
86 B
C
|
|
#ifndef PPORT_H
|
|
#define PPORT_H
|
|
|
|
void pport_write(unsigned char val);
|
|
|
|
#endif
|