[BACK]Return to init.c CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / m32r / oprofile

File: [Development] / linux-2.6-xfs / arch / m32r / oprofile / init.c (download)

Revision 1.2, Fri Mar 4 14:41:21 2005 UTC (12 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -4 lines

Merge up to 2.6.11
Merge of 2.6.x-xfs-melb:linux:21721a by kenmcd.

/**
 * @file init.c
 *
 * @remark Copyright 2002 OProfile authors
 * @remark Read the file COPYING
 *
 * @author John Levon <levon@movementarian.org>
 */

#include <linux/kernel.h>
#include <linux/oprofile.h>
#include <linux/errno.h>
#include <linux/init.h>

int __init oprofile_arch_init(struct oprofile_operations * ops)
{
	return -ENODEV;
}

void oprofile_arch_exit(void)
{
}