OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
arm
/
include
/
asm
/
mach
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:18 AM
rwxr-xr-x
📄
arch.h
2.84 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
dma.h
1.57 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
flash.h
1.15 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
irq.h
733 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
map.h
1.57 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
pci.h
2.49 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sharpsl_param.h
838 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
time.h
545 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: time.h
Close
/* * arch/arm/include/asm/mach/time.h * * Copyright (C) 2004 MontaVista Software, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __ASM_ARM_MACH_TIME_H #define __ASM_ARM_MACH_TIME_H extern void timer_tick(void); typedef void (*clock_access_fn)(struct timespec64 *); extern int register_persistent_clock(clock_access_fn read_boot, clock_access_fn read_persistent); #endif