blob: dd5a40f9e2264295c852095c599d4ecdbe859ce9 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001#ifndef __AC_API
2#define __AC_API
3
4int SetAcEntry(struct ac_args *opt, unsigned int cmd);
5int GetAcEntry(struct ac_args *opt, unsigned int cmd);
6#endif