mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 13:39:25 -04:00
6 lines
163 B
C
6 lines
163 B
C
/* $NetBSD: refidsmear.h,v 1.1.1.2 2015/07/10 13:11:03 christos Exp $ */
|
|
|
|
|
|
extern l_fp convertRefIDToLFP(uint32_t r);
|
|
extern uint32_t convertLFPToRefID(l_fp num);
|