me.bechberger.ebpf.bpf.raw.__fpos64_t Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rawbpf Show documentation
Show all versions of rawbpf Show documentation
Raw Panama bindings for libbpf generated for jextract on 64-bit Linux
The newest version!
// Generated by jextract
package me.bechberger.ebpf.bpf.raw;
import java.lang.invoke.*;
import java.lang.foreign.*;
import java.nio.ByteOrder;
import java.util.*;
import java.util.function.*;
import java.util.stream.*;
import static java.lang.foreign.ValueLayout.*;
import static java.lang.foreign.MemoryLayout.PathElement.*;
/**
* {@snippet lang=c :
* typedef struct _G_fpos64_t {
* __off64_t __pos;
* __mbstate_t __state;
* } __fpos64_t
* }
*/
public class __fpos64_t extends _G_fpos64_t {
__fpos64_t() {
// Should not be called directly
}
}