summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/include/linux/pm.h
blob: ac202674c7bea4256f57d20565436b9321e00bc0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Public domain. */

#ifndef _LINUX_PM_H
#define _LINUX_PM_H

#include <linux/completion.h>

struct dev_pm_domain {
};

typedef struct {
} pm_message_t;

#endif