mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
9c57564e26
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
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 */
|