io_low_HLL.h
资源名称:tizos.rar [点击查看]
上传用户:qddsws
上传日期:2022-06-22
资源大小:723k
文件大小:0k
源码类别:
操作系统开发
开发平台:
C/C++
- #ifndef IO_LOW_HLL_H
- #define IO_LOW_HLL_H
- inline unsigned char inportb(unsigned int port);
- inline void outportb(unsigned int port,unsigned char value);
- inline void outportlong(unsigned int port,unsigned long value);
- inline unsigned long inportlong(unsigned int port);
- #endif