root/sys/dev/pci/drm/include/asm/current.h
/* Public domain. */

#ifndef _ASM_CURRENT_H
#define _ASM_CURRENT_H

#define current curproc

#endif