B
BORO
SOFTWARE
Overview
Whitepaper
Findings
Timeline & cost
Source
All work →
←
scantool/
diag_l2_d2.h
12 lines
1
#ifndef
_DIAG_L2_D2_H_
2
#define
_DIAG_L2_D2_H_
3
4
#include
<stdint.h>
5
6
struct
diag_l2_d2 {
7
uint8_t
srcaddr;
8
uint8_t
dstaddr;
9
};
10
11
#endif
12