eeb3b8dc5c
Change-Id: I938259f90aee9d277c9ff5b72c9120b93311cbd3 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
7 lines
139 B
C
7 lines
139 B
C
#ifndef CONFIG_PROBES_H
|
|
#define CONFIG_PROBES_H
|
|
|
|
/* Whether we have and can use sys/sdt.h for probes. */
|
|
#define USE_SDT_PROBES 0
|
|
|
|
#endif
|