Rajkumar Raghupathy | c01decf | 2013-03-29 17:39:58 +0530 | [diff] [blame] | 1 | /* include/asm-arm/arch-msm/usbtrace.h |
| 2 | * |
| 3 | * Copyright (c) 2013, The Linux Foundation. All rights reserved. |
| 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify |
| 6 | * it under the terms of the GNU General Public License version 2 and |
| 7 | * only version 2 as published by the Free Software Foundation. |
| 8 | * |
| 9 | * This program is distributed in the hope that it will be useful, |
| 10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | * GNU General Public License for more details. |
| 13 | * |
| 14 | */ |
| 15 | |
| 16 | #ifndef _USB_TRACE_H_ |
| 17 | #define _USB_TRACE_H_ |
| 18 | |
| 19 | #include <linux/tracepoint.h> |
| 20 | |
| 21 | DECLARE_TRACE(usb_daytona_invalid_access, |
| 22 | TP_PROTO(unsigned int ebi_addr, |
| 23 | unsigned int ebi_apacket0, unsigned int ebi_apacket1), |
| 24 | TP_ARGS(ebi_addr, ebi_apacket0, ebi_apacket1)); |
| 25 | |
| 26 | #endif |
| 27 | |