| /******************************************************************************* |
| * Copyright Statement: |
| * -------------------- |
| * This software is protected by Copyright and the information contained |
| * herein is confidential. The software may not be copied and the information |
| * contained herein may not be used or disclosed except with the written |
| * permission of MediaTek Inc. (C) 2001 |
| * |
| *******************************************************************************/ |
| |
| /******************************************************************************* |
| * |
| * Filename: |
| * --------- |
| * nvram_el1def.c |
| * |
| * Project: |
| * -------- |
| * |
| * |
| * Description: |
| * ------------ |
| * |
| * |
| * Author: |
| * ------- |
| * |
| * |
| *******************************************************************************/ |
| /*===============================================================================================*/ |
| |
| #if (defined __MD93__) |
| #include "nvram_el1def_md93.c" |
| #elif (defined __MD95__) |
| #include "nvram_el1def_md95.c" |
| #elif (defined __MD97__) |
| #include "nvram_el1def_md97.c" |
| #else |
| #error "Should define at least a kind of BB being used." |
| #endif |