// SPDX-License-Identifier: ISC /* * Copyright (c) 2013 Broadcom Corporation */ #include <linux/types.h> #include <linux/slab.h> #include <linux/netdevice.h> #include <brcmu_wifi.h> #include "core.h" #include "bus.h" #include "debug.h" #include "proto.h" #include "bcdc.h" #include "msgbuf.h" int brcmf_proto_attach(struct brcmf_pub *drvr) { … } void brcmf_proto_detach(struct brcmf_pub *drvr) { … }