/** * debug.h - Designware USB2 DRD controller debug header * * Copyright (C) 2015 Intel Corporation * Mian Yousaf Kaukab * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 of * the License as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ #include "core.h" #ifdef CONFIG_DEBUG_FS extern int dwc2_debugfs_init(struct dwc2_hsotg *); extern void dwc2_debugfs_exit(struct dwc2_hsotg *); #else static inline int dwc2_debugfs_init(struct dwc2_hsotg *hsotg) { return 0; } static inline void dwc2_debugfs_exit(struct dwc2_hsotg *hsotg) { } #endif value='26a346f23c5291d1d9521e72763103daf2c6f0d1'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/tools/perf/Documentation/Makefile
on value='40'>40
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-05-18 10:13:47 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2015-05-18 10:13:47 -0700
commite26081808edadfd257c6c9d81014e3b25e9a6118 (patch)
tree96ad65d88c5c27553fe062ddafb1e339f6d2195d /drivers/of
parentab992dc38f9ae40b3ab996d68449692d464c98cf (diff)
Linux 4.1-rc4
Diffstat (limited to 'drivers/of')