Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / arch / arm / mach-nspire / clcd.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *      linux/arch/arm/mach-nspire/clcd.h
4  *
5  *      Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
6  */
7
8 int nspire_clcd_setup(struct clcd_fb *fb);
9 int nspire_clcd_mmap(struct clcd_fb *fb, struct vm_area_struct *vma);
10 void nspire_clcd_remove(struct clcd_fb *fb);