summaryrefslogtreecommitdiffstats
path: root/stack/include/port_ext.h
blob: 37497d828ec26ce93402b5fd25503b43fcb2f7d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*****************************************************************************/
/*                                                                           */
/*  Name:          port_ext.h                                                */
/*                                                                           */
/*  Description:   This file contains external definitions of Port Emulation */
/*                 entity unit                                               */
/*                                                                           */
/*                                                                           */
/*  Copyright (c) 1999-2004, WIDCOMM Inc., All Rights Reserved.              */
/*  WIDCOMM Bluetooth Core. Proprietary and confidential.                    */
/*****************************************************************************/
#ifndef PORTEXT_H
#define PORTEXT_H

#include "gki.h"

/* Port emulation entity Entry Points */
extern void rfcomm_process_timeout (TIMER_LIST_ENT  *p_tle);
#endif