Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_hardware_samsung_slsi-linaro_graphics
/
4083edb9ae43314db6c727b254e9fb5db06d47dd
/
.
/
base
/
giantmscl
/
debug.h
blob: 681cbfed0092bbf39791cd245ac72c136b9894e8 [
file
] [
log
] [
blame
]
#ifndef
_DEBUG_H_
#define
_DEBUG_H_
struct
mscl_job
;
#ifdef
DEBUG
bool
showJob
(
mscl_job
*
job
);
#else
static
inline
bool
showJob
(
mscl_job
*
__unused job
)
{
return
true
;
}
#endif
#endif
//_DEBUG_H_