Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
awilliam
GitHub Repository: awilliam/linux-vfio
Path: blob/master/arch/arm/mach-ks8695/generic.h
10817 views
1
/*
2
* arch/arm/mach-ks8695/generic.h
3
*
4
* Copyright (C) 2006 Ben Dooks <[email protected]>
5
* Copyright (C) 2006 Simtec Electronics
6
*
7
* This program is free software; you can redistribute it and/or modify
8
* it under the terms of the GNU General Public License as published by
9
* the Free Software Foundation; either version 2 of the License, or
10
* (at your option) any later version.
11
*/
12
13
extern __init void ks8695_map_io(void);
14
extern __init void ks8695_init_irq(void);
15
extern struct sys_timer ks8695_timer;
16
17