Date: Wed, 13 Apr 2005 16:48:53 -0400 From: Aziz KEZZOU <opensource.enthousiat@gmail.com> To: freebsd-hackers@freebsd.org Subject: clear/set/test_bit header ?? Message-ID: <37e13166050413134839311008@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi hackers, I am trying to port a software from Linux to FreeBSD (5.3). But, I can't find the equivalent header in FreeBSD of <asm/bitops.h> in Linux ? Here are the prototypes of the functions I am using: int clear_bit(int offset, int * flag); int set_bit(int offset, int * flag); int test_bit(int offset, int * flag); Any hints? Also if you know about a website which does this header-mapping (Linux<->FreeBSD), I am interested to know about it ;-) Thanks, -aziz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37e13166050413134839311008>