ncloader  0.1
 모두 데이타 구조 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 매크로 그룹들 페이지들
port.h
이 파일의 문서화 페이지로 가기
1 
24 inline void outdw(unsigned short port, unsigned long dword);
25 
32 inline void outw(unsigned short port, unsigned short word);
33 
40 inline void outb(unsigned short port, unsigned char byte);
41 
47 inline unsigned long indw(unsigned short port);
48 
54 inline unsigned short inw(unsigned short port);
55 
61 inline unsigned char inb(unsigned short port);
62