Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
b04a402ae4328aad41335d93cebd3484973ab7c2
/
.
/
src
/
extended
/
hw_nat
/
ac_api.h
blob: dd5a40f9e2264295c852095c599d4ecdbe859ce9 [
file
] [
log
] [
blame
]
xj
b04a402
2021-11-25 15:01:52 +0800
[
diff
] [
blame^
]
1
#ifndef
__AC_API
2
#define
__AC_API
3
4
int
SetAcEntry
(
struct
ac_args
*
opt
,
unsigned
int
cmd
);
5
int
GetAcEntry
(
struct
ac_args
*
opt
,
unsigned
int
cmd
);
6
#endif