aboutsummaryrefslogtreecommitdiff
path: root/include/linux/pvr.h
blob: 49f64e00f84218755b32d745604332e52d6198db (plain)
1
2
3
4
5
6
7
8
#ifndef __PVR_H
#define __PVR_H

struct sgx_platform_data {
	unsigned long fclock_max;
};

#endif