dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/include/asm-generic/ftrace.h

17 lines
460 B
C

/*
* linux/include/asm-generic/ftrace.h
*
* 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.
*/
#ifndef __ASM_GENERIC_FTRACE_H__
#define __ASM_GENERIC_FTRACE_H__
/*
* Not all architectures need their own ftrace.h, the most
* common definitions are already in linux/ftrace.h.
*/
#endif /* __ASM_GENERIC_FTRACE_H__ */