rjw | 6c1fd8f | 2022-11-30 14:33:01 +0800 | [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 | * drv_emi.h |
| 16 | * |
| 17 | * Project: |
| 18 | * -------- |
| 19 | * MOLY |
| 20 | * |
| 21 | * Description: |
| 22 | * ------------ |
| 23 | * Header file for EMI driver |
| 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 | * removed! |
| 34 | * removed! |
| 35 | * removed! |
| 36 | * |
| 37 | * removed! |
| 38 | * removed! |
| 39 | * removed! |
| 40 | * |
| 41 | * removed! |
| 42 | * removed! |
| 43 | * removed! |
| 44 | * |
| 45 | * removed! |
| 46 | * removed! |
| 47 | * removed! |
| 48 | * |
| 49 | *------------------------------------------------------------------------------ |
| 50 | * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! |
| 51 | *============================================================================ |
| 52 | ****************************************************************************/ |
| 53 | |
| 54 | #ifndef __DRV_EMI_H__ |
| 55 | #define __DRV_EMI_H__ |
| 56 | |
| 57 | // UMOLY TRUNK don't support emi related source code since 6291 |
| 58 | #define emi_get_dram_temp() 0x7FFF |
| 59 | |
| 60 | #endif /* __DRV_EMI_H__ */ |