#include "bcma_private.h"
#include <linux/platform_device.h>
#include <linux/bcma/bcma.h>
static struct resource bcma_sflash_resource = …;
struct platform_device bcma_sflash_dev = …;
struct bcma_sflash_tbl_e { … };
static const struct bcma_sflash_tbl_e bcma_sflash_st_tbl[] = …;
static const struct bcma_sflash_tbl_e bcma_sflash_sst_tbl[] = …;
static const struct bcma_sflash_tbl_e bcma_sflash_at_tbl[] = …;
static void bcma_sflash_cmd(struct bcma_drv_cc *cc, u32 opcode)
{ … }
int bcma_sflash_init(struct bcma_drv_cc *cc)
{ … }