aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/fb.h
blob: 658a8a7dc5312bd99f335607346aa12e8f6a6b99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_FB_H_
#define _ASM_FB_H_

struct fb_info;

#if defined(CONFIG_STI_CORE)
int fb_is_primary_device(struct fb_info *info);
#define fb_is_primary_device fb_is_primary_device
#endif

#include <asm-generic/fb.h>

#endif /* _ASM_FB_H_ */