24 lines
760 B
C
24 lines
760 B
C
/** @file
|
|
MulitBoard variables definition
|
|
|
|
;******************************************************************************
|
|
;* Copyright (c) 2017, Insyde Software Corp. All Rights Reserved.
|
|
;*
|
|
;* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
;* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
;* any part of this publication in any form, by any means, without the prior
|
|
;* written permission of Insyde Software Corporation.
|
|
;*
|
|
;******************************************************************************
|
|
*/
|
|
|
|
#ifndef _MULTI_BOARD_H_
|
|
#define _MULTI_BOARD_H_
|
|
|
|
#define SUPPORT_BOARD_COUNT 6
|
|
#define DEFAULT_BOARD 0x0
|
|
#define H2O_FLASH_MAP_REGION_BOARDS_END 0xff
|
|
|
|
|
|
#endif
|