B
BORO
SOFTWARE
Overview
Whitepaper
Findings
Timeline & cost
Source
All work →
←
scantool/
diag_l2_can.c
17 lines
1
#include
<stddef.h>
2
3
#include
"diag_l2.h"
4
#include
"diag_l2_can.h"
5
6
const
struct
diag_l2_proto diag_l2_proto_can = {
7
DIAG_L2_PROT_CAN,
8
"CAN"
,
9
0
,
10
NULL
,
11
NULL
,
12
NULL
,
13
NULL
,
14
NULL
,
15
NULL
16
};
17