mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
9 lines
128 B
C
9 lines
128 B
C
|
#ifndef __MATROXFB_ACCEL_H__
|
||
|
#define __MATROXFB_ACCEL_H__
|
||
|
|
||
|
#include "matroxfb_base.h"
|
||
|
|
||
|
void matrox_cfbX_init(WPMINFO2);
|
||
|
|
||
|
#endif
|