mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 11:13:58 +08: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 */
|