openbcm

Git mirror of https://github.com/Broadcom-Network-Switching-Software/OpenBCM
git clone git://git.finwo.net/mirror/broadcom/openbcm
Log | Files | Refs | README

ui_rom_defi.h (703B)


      1 /* 
      2  * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file.
      3  * 
      4  * Copyright 2007-2020 Broadcom Inc. All rights reserved.
      5 */
      6 #ifndef UI_ROM_DEFI_INCLUDED
      7 /* { */
      8 #define UI_ROM_DEFI_INCLUDED
      9 /*
     10  * General include file for reference design.
     11  */
     12 #if !DUNE_BCM
     13 #if !(defined(LINUX) || defined(UNIX))
     14 /* { */
     15   #include <bcm_app/dpp/../H/drv/mem/eeprom.h>
     16 /* } */
     17 #endif
     18 #else
     19   #include <appl/diag/dpp/ref_sys.h>
     20   #include <appl/diag/dpp/ui_defx.h>
     21   #include <appl/diag/dpp/utils_defx.h>
     22 #endif
     23 
     24 /********************************************************
     25  */
     26 extern CONST
     27    SUBJECT
     28      Subjects_list_rom[];
     29 
     30 
     31 /* } */
     32 #endif