53#ifndef ptxNSC_uCODE_H_
54#define ptxNSC_uCODE_H_
60extern const uint32_t ptxNSC_uCODE_SRC_REV;
61extern const uint32_t ptxNSC_uCODE_ASM_REV;
63#define NUM_OF_SECTIONS 2
65extern const size_t ptxNSC_uCODE_init_adds [NUM_OF_SECTIONS] ;
67#define SIZE_OF_SECTION_0 2
69extern const uint8_t ptxNSC_uCODE_section_0 [SIZE_OF_SECTION_0];
70#define SIZE_OF_SECTION_1 16376
72extern const uint8_t ptxNSC_uCODE_section_1 [SIZE_OF_SECTION_1];
73extern const uint8_t *ptxNSC_uCODE_sections [NUM_OF_SECTIONS];
74extern const size_t ptxNSC_uCODE_sections_size [NUM_OF_SECTIONS];