summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/bcmdhd/include/osl_decl.h
blob: 944945838e98c6eff4049ee90b91f97627d18c29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * osl forward declarations
 *
 * $Copyright Open Broadcom Corporation$
 *
 * $Id$
 */

#ifndef _osl_decl_h_
#define _osl_decl_h_

/* osl handle type forward declaration */
typedef struct osl_info osl_t;
typedef struct osl_dmainfo osldma_t;

#endif