1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _ASM_FB_H_
3#define _ASM_FB_H_
4
5struct fb_info;
6
7#if defined(CONFIG_STI_CORE)
8int fb_is_primary_device(struct fb_info *info);
9#define fb_is_primary_device fb_is_primary_device
10#endif
11
12#include <asm-generic/fb.h>
13
14#endif /* _ASM_FB_H_ */
15