1/*
2 * Copyright 2007-2009 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef _FBSD_COMPAT_SYS_SOCKIO_H_
6#define _FBSD_COMPAT_SYS_SOCKIO_H_
7
8
9#include <posix/sys/sockio.h>
10
11#include <sys/ioccom.h>
12
13
14#define SIOCSIFCAP	SIOCSPACKETCAP
15
16#define SIOCSIFLLADDR			8950	/* set linklevel addr */
17
18#endif
19