aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/lib/include/internal/lib.h
blob: 5175d491b2d4962bb030fc5afdd0477286f5768e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LIBPERF_INTERNAL_LIB_H
#define __LIBPERF_INTERNAL_LIB_H

#include <sys/types.h>

extern unsigned int page_size;

ssize_t readn(int fd, void *buf, size_t n);
ssize_t writen(int fd, const void *buf, size_t n);

#endif /* __LIBPERF_INTERNAL_CPUMAP_H */