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

#ifndef _ASM_CURRENT_H
#define _ASM_CURRENT_H

#define current curproc

#endif