gitting project in git
This commit is contained in:
13
vitis/bootloader/src/errors.h
Normal file
13
vitis/bootloader/src/errors.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/******************************************************************************
|
||||
* Copyright (C) 2004 - 2020 Xilinx, Inc. All rights reserved.
|
||||
* SPDX-License-Identifier: MIT
|
||||
******************************************************************************/
|
||||
#ifndef BL_ERRORS_H
|
||||
#define BL_ERRORS_H
|
||||
|
||||
#define LD_MEM_WRITE_ERROR 1
|
||||
#define LD_SREC_LINE_ERROR 2
|
||||
#define SREC_PARSE_ERROR 3
|
||||
#define SREC_CKSUM_ERROR 4
|
||||
|
||||
#endif /* BL_ERRORS_H */
|
||||
Reference in New Issue
Block a user