summaryrefslogtreecommitdiff
path: root/linux-core/ttm/ttm_placement_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core/ttm/ttm_placement_common.h')
-rw-r--r--linux-core/ttm/ttm_placement_common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/linux-core/ttm/ttm_placement_common.h b/linux-core/ttm/ttm_placement_common.h
index 7e259f9c..7be6754c 100644
--- a/linux-core/ttm/ttm_placement_common.h
+++ b/linux-core/ttm/ttm_placement_common.h
@@ -91,4 +91,10 @@
#define TTM_ACCESS_READ (1 << 0)
#define TTM_ACCESS_WRITE (1 << 1)
+/**
+ * Log message prefix.
+ */
+
+#define TTM_PFX "[TTM] "
+
#endif