Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jun 2017 19:07:21 +0800
From:      blubee blubeeme <gurenchan@gmail.com>
To:        FreeBSD current <freebsd-current@freebsd.org>, freebsd-ports@freebsd.org
Subject:   [Help] Linux low level data structures < - > FreeBSD low level data structures
Message-ID:  <CALM2mE=NkWFJZWeCYM3LWcVWeGSyeomqMLqvDm7XowXsRoPS1Q@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hello

Is there anyone on either of these lists that have experience with both
linux low level data structures and their equivalents on FreeBSD?

For instance the linux header file:
<linux/agp_backend.h>

which includes the header file:
<linux/list.h>

Then looking at that file:
<linux/types.h>
<linux/stddef.h>
<linux/poison.h>
<linux/const.h>
<linux/kernel.h>

I'll be doing a lot of work trying to find these FreeBSD equivalent of
these types of files to port some code.

Does anyone here have experience with something like this? Is there any
other projects that maps these low level data structures from
Linux <-> FreeBSD, etc?

Best,
Owen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALM2mE=NkWFJZWeCYM3LWcVWeGSyeomqMLqvDm7XowXsRoPS1Q>