RTEMS CPU Kit with SuperCore
4.11.3
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.3
ws-rtems
rtems-4.11.3
cpukit
libdl
dlfcn-shell.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT (c) 2012 Chris Johns <chrisj@rtems.org>
3
*
4
* The license and distribution terms for this file may be
5
* found in the file LICENSE in this distribution or at
6
* http://www.rtems.org/license/LICENSE.
7
*/
8
9
#if !defined(_DLFCN_SHELL_H_)
10
#define _DLFCN_SHELL_H_
11
12
int
shell_dlopen (
int
argc,
char
* argv[]);
13
int
shell_dlclose (
int
argc,
char
* argv[]);
14
int
shell_dlsym (
int
argc,
char
* argv[]);
15
int
shell_dlcall (
int
argc,
char
* argv[]);
16
17
#endif
Generated by
1.8.13