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
Linux 4.16.11
[linux/fpc-iii.git]
/
drivers
/
video
/
fbdev
/
matrox
/
matroxfb_accel.h
blob
a7aa9a1d26c0a2bbd3c3adb84cdad942d81bf79d
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __MATROXFB_ACCEL_H__
3
#define __MATROXFB_ACCEL_H__
4
5
#include
"matroxfb_base.h"
6
7
void
matrox_cfbX_init
(
struct
matrox_fb_info
*
minfo
);
8
9
#endif