summaryrefslogtreecommitdiff
path: root/tools/lib/subcmd/exec-cmd.h
blob: 5d08bda31d90f541dd632b8fb8bfaeaec0ceaf8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __SUBCMD_EXEC_CMD_H
#define __SUBCMD_EXEC_CMD_H

extern void exec_cmd_init(const char *exec_name, const char *prefix,
			  const char *exec_path, const char *exec_path_env);

extern void set_argv_exec_path(const char *exec_path);
extern const char *extract_argv0_path(const char *path);
extern void setup_path(void);
extern int execv_cmd(const char **argv); /* NULL terminated */
extern int execl_cmd(const char *cmd, ...);
/* get_argv_exec_path and system_path return malloc'd string, caller must free it */
extern char *get_argv_exec_path(void);
extern char *system_path(const char *path);

#endif /* __SUBCMD_EXEC_CMD_H */
d530cb3157f828fcaadd259613f59db3c6d1c (patch) treefb5dfe8f2e6956f54377c7275f330cd158ead259 /net/mac80211/status.c parentbd19b5ab1da654de456e102250822ec06311d6ad (diff)
MAINTAINERS: ath9k-devel is closed
ath9k-devel list is now closed, only linux-wireless should be used. Reported-by: Michael Renzmann <mrenzmann@madwifi-project.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'net/mac80211/status.c')