summaryrefslogblamecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan_cfg.h
blob: ef8835804afb52779e9adb6902c1fcc56138be09 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                

                


                  

                


                   

                


                  
               
                


                 
/* ////////////////////////////////////////////////////////////////////////// */
/*  */
/* Copyright (c) Atmel Corporation.  All rights reserved. */
/*  */
/* Module Name:  wilc_wlan_cfg.h */
/*  */
/*  */
/* ///////////////////////////////////////////////////////////////////////// */

#ifndef WILC_WLAN_CFG_H
#define WILC_WLAN_CFG_H

typedef struct {
	u16 id;
	u16 val;
} wilc_cfg_byte_t;

typedef struct {
	u16 id;
	u16 val;
} wilc_cfg_hword_t;

typedef struct {
	u32 id;
	u32 val;
} wilc_cfg_word_t;

typedef struct {
	u32 id;
	u8 *str;
} wilc_cfg_str_t;

#endif