diff --git a/include/mem.h b/include/mem.h index 2c1bc990..ad483275 100644 --- a/include/mem.h +++ b/include/mem.h @@ -128,7 +128,6 @@ void phys_writew(PhysPt addr,Bit16u val); void phys_writed(PhysPt addr,Bit32u val); /* These don't check for alignment, better be sure it's correct */ -Bit32u phys_page_readd(Bitu page,Bitu off); void MEM_BlockWrite(PhysPt pt,void * data,Bitu size); void MEM_BlockRead(PhysPt pt,void * data,Bitu size);