OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
include
/
clocksource
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📄
arm_arch_timer.h
2.95 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
metag_generic.h
800 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
pxa.h
443 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
samsung_pwm.h
1.3 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
timer-sp804.h
848 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: pxa.h
Close
/* * PXA clocksource, clockevents, and OST interrupt handlers. * * Copyright (C) 2014 Robert Jarzmik * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 of the License. * */ #ifndef _CLOCKSOURCE_PXA_H #define _CLOCKSOURCE_PXA_H extern void pxa_timer_nodt_init(int irq, void __iomem *base); #endif