mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
10 lines
187 B
C
10 lines
187 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __MATROXFB_ACCEL_H__
|
|
#define __MATROXFB_ACCEL_H__
|
|
|
|
#include "matroxfb_base.h"
|
|
|
|
void matrox_cfbX_init(struct matrox_fb_info *minfo);
|
|
|
|
#endif
|