linux/drivers/bcma/driver_chipcommon_sflash.c

/*
 * Broadcom specific AMBA
 * ChipCommon serial flash interface
 *
 * Licensed under the GNU/GPL. See COPYING for details.
 */

#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)
{}

/* Initialize serial flash access */
int bcma_sflash_init(struct bcma_drv_cc *cc)
{}