I would like to add bindings for some structures I need in FreeBSD. As per @tgross35 in #4985, all new headers should go in the new module. I've noticed that the existing bindings for FreeBSD are divided into different sub-modules depending on the FreeBSD version, so before I start I wanted to clarify the appropriate way to organize files/modules within the new/freebsd module.
The first thing that comes to mind is to have something similar to the existing structure, like:
new
└── freebsd
├── freebsd11
│ ├── sys
│ └── net
│ └── ...
└── freebsd12
├── sys
└── net
└── ...
...
Could one of the active contributors please advise on how to proceed? Thank you in advance!
I would like to add bindings for some structures I need in FreeBSD. As per @tgross35 in #4985, all new headers should go in the
newmodule. I've noticed that the existing bindings for FreeBSD are divided into different sub-modules depending on the FreeBSD version, so before I start I wanted to clarify the appropriate way to organize files/modules within thenew/freebsdmodule.The first thing that comes to mind is to have something similar to the existing structure, like:
Could one of the active contributors please advise on how to proceed? Thank you in advance!