aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/liburing/src/arch/x86/lib.h
blob: 6ece2d44f229cdcca7e0dfe7e4ab3615202331b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* 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 */