9 lines
187 B
C
9 lines
187 B
C
/* $Id: os_bri.h,v 1.1.1.1 2007/06/12 07:27:09 eyryu Exp $ */
|
|
|
|
#ifndef __DIVA_OS_BRI_REV_1_H__
|
|
#define __DIVA_OS_BRI_REV_1_H__
|
|
|
|
int diva_bri_init_card(diva_os_xdi_adapter_t * a);
|
|
|
|
#endif
|