18c2ecf20Sopenharmony_ci/* 28c2ecf20Sopenharmony_ci * Microblaze oprofile code 38c2ecf20Sopenharmony_ci * 48c2ecf20Sopenharmony_ci * Copyright (C) 2009 Michal Simek <monstr@monstr.eu> 58c2ecf20Sopenharmony_ci * Copyright (C) 2009 PetaLogix 68c2ecf20Sopenharmony_ci * 78c2ecf20Sopenharmony_ci * This file is subject to the terms and conditions of the GNU General Public 88c2ecf20Sopenharmony_ci * License. See the file "COPYING" in the main directory of this archive 98c2ecf20Sopenharmony_ci * for more details. 108c2ecf20Sopenharmony_ci */ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#include <linux/oprofile.h> 138c2ecf20Sopenharmony_ci#include <linux/init.h> 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ciint __init oprofile_arch_init(struct oprofile_operations *ops) 168c2ecf20Sopenharmony_ci{ 178c2ecf20Sopenharmony_ci return -1; 188c2ecf20Sopenharmony_ci} 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_civoid oprofile_arch_exit(void) 218c2ecf20Sopenharmony_ci{ 228c2ecf20Sopenharmony_ci} 23