org.qbicc.runtime.linux.NetIf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qbicc-runtime-linux Show documentation
Show all versions of qbicc-runtime-linux Show documentation
Qbicc base run time Linux support
package org.qbicc.runtime.linux;
import static org.qbicc.runtime.CNative.*;
@include("")
public class NetIf {
// TODO: Remove this definition once we do a classlib update.
// This definition belongs in SysIoctl
public static final unsigned_long SIOCGIFINDEX = constant();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy