Date: Sun, 28 May 2006 11:28:22 +0800 From: "william wallace" <avalonwallace@gmail.com> To: freebsd-questions@FreeBSD.org Subject: what is the use of drm_os_freebsd.h Message-ID: <87ab37ab0605272028o54e0a2c9x65cc69ffc6c0e3af@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
hi ,all
I am porting something from linux to freebsd ,i found the
DataTypes hard to translate ,then i saw that many types inlinux can be
found in drm_os_freebsd.h,such as
typedef int8_t s8;
typedef int16_t s16;
typedef int32_t s32;
typedef u_int8_t u8;
typedef u_int16_t u16;
typedef u_int32_t u32;
so ,what is the use of drm_os_freebsd.h
and any advice for me to translate DT from linux to Freebsd?
--
we who r about to die,salute u!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87ab37ab0605272028o54e0a2c9x65cc69ffc6c0e3af>
