mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-05 08:48:53 +00:00
14 lines
349 B
C
14 lines
349 B
C
|
/*
|
||
|
* Copyright (C) 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.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_PERF_EVENT_H
|
||
|
#define __ASM_PERF_EVENT_H
|
||
|
|
||
|
#endif /* __ASM_PERF_EVENT_H */
|