]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - arch/arm/mach-nspire/clcd.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
[mirror_ubuntu-hirsute-kernel.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);