/* SPDX-License-Identifier: GPL-2.0-only */ /* * nl802154.h * * Copyright (C) 2007, 2008, 2009 Siemens AG */ #ifndef NL802154_H #define NL802154_H #include <net/netlink.h> #define IEEE802154_NL_NAME … #define IEEE802154_MCAST_COORD_NAME … #define IEEE802154_MCAST_BEACON_NAME … enum { … }; #define IEEE802154_ATTR_MAX … extern const struct nla_policy ieee802154_policy[]; /* commands */ /* REQ should be responded with CONF * and INDIC with RESP */ enum { … }; #define IEEE802154_CMD_MAX … enum { … }; #endif