You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
13 lines
246 B
C
13 lines
246 B
C
|
|
/*
|
||
|
|
* Copyright (C) 2014 Intel Corporation
|
||
|
|
*
|
||
|
|
* Authors:
|
||
|
|
* Chen, Gong <gong.chen@linux.intel.com>
|
||
|
|
*/
|
||
|
|
|
||
|
|
#define CREATE_TRACE_POINTS
|
||
|
|
#define TRACE_INCLUDE_PATH ../../include/ras
|
||
|
|
#include <ras/ras_event.h>
|
||
|
|
|
||
|
|
EXPORT_TRACEPOINT_SYMBOL_GPL(mc_event);
|