#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 */ '>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/scsi
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-12-29 14:17:42 -0500
committerDavid S. Miller <davem@davemloft.net>2016-12-29 14:17:42 -0500
commite400b7977e7c014bc0c298b2d834311770a777ac (patch)
tree84bdd8093c8df46f66d88836732580e2d3e63acb /include/scsi
parentf0c16ba8933ed217c2688b277410b2a37ba81591 (diff)
parent10b1c04e92229ebeb38ccd0dcf2b6d3ec73c0575 (diff)
Merge branch 'mlx4-misc-fixes'
Tariq Toukan says: ==================== mlx4 misc fixes This patchset contains several bug fixes from the team to the mlx4 Eth and Core drivers. Series generated against net commit: 60133867f1f1 'net: wan: slic_ds26522: fix spelling mistake: "configurated" -> "configured"' ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/scsi')