Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
um
kernel
ksyms.c
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3
* Licensed under the GPL
4
*/
5
6
#include <linux/module.h>
7
#include <os.h>
8
9
EXPORT_SYMBOL
(
set_signals
);
10
EXPORT_SYMBOL
(
get_signals
);
11
12
EXPORT_SYMBOL
(
os_stat_fd
);
13
EXPORT_SYMBOL
(
os_stat_file
);
14
EXPORT_SYMBOL
(
os_access
);
15
EXPORT_SYMBOL
(
os_set_exec_close
);
16
EXPORT_SYMBOL
(
os_getpid
);
17
EXPORT_SYMBOL
(
os_open_file
);
18
EXPORT_SYMBOL
(
os_read_file
);
19
EXPORT_SYMBOL
(
os_write_file
);
20
EXPORT_SYMBOL
(
os_seek_file
);
21
EXPORT_SYMBOL
(
os_lock_file
);
22
EXPORT_SYMBOL
(
os_ioctl_generic
);
23
EXPORT_SYMBOL
(
os_pipe
);
24
EXPORT_SYMBOL
(
os_file_type
);
25
EXPORT_SYMBOL
(
os_file_mode
);
26
EXPORT_SYMBOL
(
os_file_size
);
27
EXPORT_SYMBOL
(
os_flush_stdout
);
28
EXPORT_SYMBOL
(
os_close_file
);
29
EXPORT_SYMBOL
(
os_set_fd_async
);
30
EXPORT_SYMBOL
(
os_set_fd_block
);
31
EXPORT_SYMBOL
(
helper_wait
);
32
EXPORT_SYMBOL
(
os_shutdown_socket
);
33
EXPORT_SYMBOL
(
os_create_unix_socket
);
34
EXPORT_SYMBOL
(
os_connect_socket
);
35
EXPORT_SYMBOL
(
os_accept_connection
);
36
EXPORT_SYMBOL
(
os_rcv_fd
);
37
EXPORT_SYMBOL
(
run_helper
);
38
EXPORT_SYMBOL
(os_major);
39
EXPORT_SYMBOL
(os_minor);
40
EXPORT_SYMBOL
(
os_makedev
);
41
42
EXPORT_SYMBOL
(
add_sigio_fd
);
43
EXPORT_SYMBOL
(
ignore_sigio_fd
);
44
EXPORT_SYMBOL
(
sigio_broken
);
Generated on Thu Jan 10 2013 13:18:48 for Linux Kernel by
1.8.2