yu.dong | c33b307 | 2024-08-21 23:14:49 -0700 | [diff] [blame^] | 1 | /***************************************************************************** |
| 2 | * Copyright Statement: |
| 3 | * -------------------- |
| 4 | * This software is protected by Copyright and the information contained |
| 5 | * herein is confidential. The software may not be copied and the information |
| 6 | * contained herein may not be used or disclosed except with the written |
| 7 | * permission of MediaTek Inc. (C) 2001 |
| 8 | * |
| 9 | *****************************************************************************/ |
| 10 | |
| 11 | /***************************************************************************** |
| 12 | * |
| 13 | * Filename: |
| 14 | * --------- |
| 15 | * sfu.h |
| 16 | * |
| 17 | * Project: |
| 18 | * -------- |
| 19 | * |
| 20 | * |
| 21 | * Description: |
| 22 | * ------------ |
| 23 | * |
| 24 | * |
| 25 | * Author: |
| 26 | * ------- |
| 27 | * ------- |
| 28 | * |
| 29 | *============================================================================ |
| 30 | * HISTORY |
| 31 | * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! |
| 32 | *------------------------------------------------------------------------------ |
| 33 | |
| 34 | *------------------------------------------------------------------------------ |
| 35 | * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! |
| 36 | *============================================================================ |
| 37 | ****************************************************************************/ |
| 38 | |
| 39 | #ifndef __SFU_H__ |
| 40 | #define __SFU_H__ |
| 41 | |
| 42 | #include "drv_sfu.h" |
| 43 | void sfu_dynamic_set_fetch_line(kal_uint32 vpe, kal_uint32 line); |
| 44 | void sfu_dynamic_monitor(kal_uint32 mode); |
| 45 | |
| 46 | #endif /* __SFU_H__ */ |
| 47 | |