diff options
Diffstat (limited to 'arch/parisc/include/asm/fb.h')
-rw-r--r-- | arch/parisc/include/asm/fb.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/fb.h b/arch/parisc/include/asm/fb.h new file mode 100644 index 0000000000..658a8a7dc5 --- /dev/null +++ b/arch/parisc/include/asm/fb.h @@ -0,0 +1,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_ */ |