fw-custom-test/extra_generated.h

21 lines
614 B
C
Raw Normal View History

2024-05-15 20:47:12 -07:00
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) ../../../extra.txt Wed May 15 23:34:33 EDT 2024
2024-05-15 19:15:25 -07:00
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
#include "rusefi_types.h"
2024-05-15 20:47:12 -07:00
// start of extra_s
struct extra_s {
2024-05-15 19:15:25 -07:00
/**
* offset 0
*/
int extraField = (int)0;
/**
* offset 4
*/
uint8_t unusedAtTheExtraEnd[92];
};
2024-05-15 20:47:12 -07:00
static_assert(sizeof(extra_s) == 96);
2024-05-15 19:15:25 -07:00
// end
2024-05-15 20:47:12 -07:00
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) ../../../extra.txt Wed May 15 23:34:33 EDT 2024