Module Name: src Committed By: riastradh Date: Sun Dec 19 11:02:31 UTC 2021
Modified Files: src/sys/external/bsd/drm2/include/linux: stackdepot.h Log Message: grab stackdepot.h from openbsd Author: Maya Rashish <m...@netbsd.org> Committer: Taylor R Campbell <riastr...@netbsd.org> To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/drm2/include/linux/stackdepot.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/external/bsd/drm2/include/linux/stackdepot.h diff -u src/sys/external/bsd/drm2/include/linux/stackdepot.h:1.1 src/sys/external/bsd/drm2/include/linux/stackdepot.h:1.2 --- src/sys/external/bsd/drm2/include/linux/stackdepot.h:1.1 Sun Dec 19 01:53:29 2021 +++ src/sys/external/bsd/drm2/include/linux/stackdepot.h Sun Dec 19 11:02:30 2021 @@ -0,0 +1,8 @@ +/* Public domain. */ + +#ifndef _LINUX_STACKDEPOT_H +#define _LINUX_STACKDEPOT_H + +typedef uint32_t depot_stack_handle_t; + +#endif