blob: 70a9a8bbd4025d63164ecf373e4d2c1ebc2d31a0 [file] [log] [blame]
/*
* Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* Based on orig code from @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)
{
}