|
Last change
on this file was
2,
checked in by jglee, 11 years ago
|
|
first commit
|
-
Property svn:executable set to
*
|
|
File size:
1.5 KB
|
| Line | |
|---|
| 1 | /*************************************************************************** |
|---|
| 2 | * Copyright (c) 2003, Broadcom Corporation |
|---|
| 3 | * All Rights Reserved |
|---|
| 4 | * Confidential Property of Broadcom Corporation |
|---|
| 5 | * |
|---|
| 6 | * THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE |
|---|
| 7 | * AGREEMENT BETWEEN THE USER AND BROADCOM. YOU HAVE NO RIGHT TO USE OR |
|---|
| 8 | * EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT. |
|---|
| 9 | * |
|---|
| 10 | * $brcm_Workfile: bkir_priv.h $ |
|---|
| 11 | * $brcm_Revision: Hydra_Software_Devel/1 $ |
|---|
| 12 | * $brcm_Date: 9/15/03 10:29a $ |
|---|
| 13 | * |
|---|
| 14 | * Module Description: |
|---|
| 15 | * |
|---|
| 16 | * Revision History: |
|---|
| 17 | * |
|---|
| 18 | * $brcm_Log: /magnum/portinginterface/kir/7038/bkir_priv.h $ |
|---|
| 19 | * |
|---|
| 20 | * Hydra_Software_Devel/1 9/15/03 10:29a brianlee |
|---|
| 21 | * Initial version. |
|---|
| 22 | * |
|---|
| 23 | * |
|---|
| 24 | ***************************************************************************/ |
|---|
| 25 | #ifndef BKIR_PRIV_H__ |
|---|
| 26 | #define BKIR_PRIV_H__ |
|---|
| 27 | |
|---|
| 28 | #ifdef __cplusplus |
|---|
| 29 | extern "C" { |
|---|
| 30 | #endif |
|---|
| 31 | |
|---|
| 32 | void BKIR_P_EnableInt( |
|---|
| 33 | BKIR_ChannelHandle hChn /* Device channel handle */ |
|---|
| 34 | ); |
|---|
| 35 | |
|---|
| 36 | void BKIR_P_DisableInt( |
|---|
| 37 | BKIR_ChannelHandle hChn /* Device channel handle */ |
|---|
| 38 | ); |
|---|
| 39 | |
|---|
| 40 | static void BKIR_P_HandleInterrupt_Isr |
|---|
| 41 | ( |
|---|
| 42 | void *pParam1, /* Device channel handle */ |
|---|
| 43 | int parm2 /* not used */ |
|---|
| 44 | ); |
|---|
| 45 | |
|---|
| 46 | void BKIR_P_WriteCirParam ( |
|---|
| 47 | BKIR_ChannelHandle hChn, /* Device channel handle */ |
|---|
| 48 | uint32_t addr, |
|---|
| 49 | uint32_t data |
|---|
| 50 | ); |
|---|
| 51 | |
|---|
| 52 | void BKIR_P_ConfigCir ( |
|---|
| 53 | BKIR_ChannelHandle hChn, /* Device channel handle */ |
|---|
| 54 | BKIR_KirDevice device /* device type to enable */ |
|---|
| 55 | ); |
|---|
| 56 | |
|---|
| 57 | |
|---|
| 58 | #ifdef __cplusplus |
|---|
| 59 | } |
|---|
| 60 | #endif |
|---|
| 61 | |
|---|
| 62 | #endif |
|---|
| 63 | |
|---|
| 64 | |
|---|
| 65 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.