summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/include/linux/stackdepot.h
blob: 2ae1c9b8d3193e93da4d5004a94463d423d08075 (plain) (blame)
1
2
3
4
5
6
7
8
/* Public domain. */

#ifndef _LINUX_STACKDEPOT_H
#define _LINUX_STACKDEPOT_H

typedef uint32_t depot_stack_handle_t;

#endif