repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
gma500
/
psb_device.h
blob
3f11179562c92b5174de4446aedb1f66cf16b256
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright © 2013 Patrik Jakobsson
4
* Copyright © 2011 Intel Corporation
5
*/
6
7
#ifndef _PSB_DEVICE_H_
8
#define _PSB_DEVICE_H_
9
10
extern
const struct
gma_clock_funcs psb_clock_funcs
;
11
12
#endif