B
BORO
SOFTWARE
Overview
Whitepaper
Findings
Timeline & cost
Source
All work →
←
scantool/
scantool_obd.h
11 lines
1
#ifndef
_SCANTOOL_OBD_H
2
#define
_SCANTOOL_OBD_H
3
4
/* OBDII-specific (SAE J1979) scantool functions */
5
6
#include
"libcli.h"
7
8
extern
const
struct
cmd_tbl_entry scantool_cmd_table[];
9
10
#endif
11