bond/x64/src/c/io.h
HyperAssembler efb2ea6a60 Added generic AVL tree implementation.
Changed calling convention to NATIVEXX(XX = 64/32)
Changed ignore file to not ignore stuff in x64.
2015-02-21 02:47:24 -08:00

7 lines
190 B
C

#ifndef _IO_H_
#define _IO_H_
#include "kdef.h"
#include "type.h"
extern void NATIVE64 hk_write_port(uint64_t port, int64_t data);
extern int64_t NATIVE64 hk_read_port(uint64_t port);
#endif