mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-28 09:22:05 +08:00
8 lines
138 B
C
8 lines
138 B
C
#ifndef __AF_CLIENT_FS_H__
|
|
#define __AF_CLIENT_FS_H__
|
|
|
|
int init_af_client_procfs(void);
|
|
void finit_af_client_procfs(void);
|
|
|
|
#endif
|