mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 03:38:31 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
28
libc/sysv/consts/arphrd.h
Normal file
28
libc/sysv/consts/arphrd.h
Normal file
|
@ -0,0 +1,28 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_ARPHRD_H_
|
||||
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_ARPHRD_H_
|
||||
#include "libc/runtime/symbolic.h"
|
||||
|
||||
#define ARPHRD_ETHER SYMBOLIC(ARPHRD_ETHER)
|
||||
#define ARPHRD_FCFABRIC SYMBOLIC(ARPHRD_FCFABRIC)
|
||||
#define ARPHRD_IEEE80211 SYMBOLIC(ARPHRD_IEEE80211)
|
||||
#define ARPHRD_IEEE80211_PRISM SYMBOLIC(ARPHRD_IEEE80211_PRISM)
|
||||
#define ARPHRD_IEEE80211_RADIOTAP SYMBOLIC(ARPHRD_IEEE80211_RADIOTAP)
|
||||
#define ARPHRD_IEEE802154 SYMBOLIC(ARPHRD_IEEE802154)
|
||||
#define ARPHRD_IEEE802_TR SYMBOLIC(ARPHRD_IEEE802_TR)
|
||||
#define ARPHRD_LOCALTLK SYMBOLIC(ARPHRD_LOCALTLK)
|
||||
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
hidden extern const long ARPHRD_ETHER;
|
||||
hidden extern const long ARPHRD_FCFABRIC;
|
||||
hidden extern const long ARPHRD_IEEE80211;
|
||||
hidden extern const long ARPHRD_IEEE80211_PRISM;
|
||||
hidden extern const long ARPHRD_IEEE80211_RADIOTAP;
|
||||
hidden extern const long ARPHRD_IEEE802154;
|
||||
hidden extern const long ARPHRD_IEEE802_TR;
|
||||
hidden extern const long ARPHRD_LOCALTLK;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_ARPHRD_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue