mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 19:26:47 +07: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
|