mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-08 07:23:33 +00:00
7 lines
165 B
C
7 lines
165 B
C
|
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_ARP_H_
|
||
|
#define COSMOPOLITAN_LIBC_SYSV_CONSTS_ARP_H_
|
||
|
|
||
|
#define ARPHRD_ETHER 1
|
||
|
|
||
|
#endif /* COSMOPOLITAN_LIBC_SYSV_CONSTS_ARP_H_ */
|