#ifndef CLIB_POTGO_PROTOS_H #define CLIB_POTGO_PROTOS_H /* ** $VER: potgo_protos.h 34.106 (03.10.2019) ** ** C prototypes. For use with 32 bit integers only. ** ** Copyright © 2019 ** All Rights Reserved */ #ifndef EXEC_TYPES_H #include #endif UWORD AllocPotBits(ULONG bits); VOID FreePotBits(ULONG bits); VOID WritePotgo(ULONG word, ULONG mask); #endif /* CLIB_POTGO_PROTOS_H */