Skip to content

Commit

Permalink
Add support for packet MMAP (#103) (#104)
Browse files Browse the repository at this point in the history
* Add support for packet MMAP (#103)

* Auto-generate bindings.

---------

Co-authored-by: Dan Gohman <[email protected]>
  • Loading branch information
DBLouis and sunfishcode committed Jan 16, 2024
1 parent 36f889b commit 583a702
Show file tree
Hide file tree
Showing 21 changed files with 7,720 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]
errno = []
general = []
if_ether = []
if_packet = []
io_uring = []
ioctl = []
mempolicy = []
Expand Down
3 changes: 3 additions & 0 deletions gen/modules/if_packet.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#include "support.h"

#include <linux/if_packet.h>
Loading

0 comments on commit 583a702

Please sign in to comment.