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
parisc
oprofile
init.c
Go to the documentation of this file.
1
10
#include <linux/errno.h>
11
#include <
linux/init.h
>
12
#include <linux/kernel.h>
13
#include <
linux/oprofile.h
>
14
15
int
__init
oprofile_arch_init
(
struct
oprofile_operations
*ops)
16
{
17
return
-
ENODEV
;
18
}
19
20
21
void
oprofile_arch_exit
(
void
)
22
{
23
}
Generated on Thu Jan 10 2013 12:54:03 for Linux Kernel by
1.8.2