Sign in
android
/
platform
/
external
/
liburing
/
acb193938133695228cec9d09f5d6ac5b1b3eae6
/
.
/
src
/
arch
/
x86
/
lib.h
blob: 6ece2d44f229cdcca7e0dfe7e4ab3615202331b8 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: MIT */
#ifndef
LIBURING_ARCH_X86_LIB_H
#define
LIBURING_ARCH_X86_LIB_H
static
inline
long
get_page_size
(
void
)
{
return
4096
;
}
#endif
/* #ifndef LIBURING_ARCH_X86_LIB_H */