aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/lib/include/internal/lib.h
blob: 9168b7d2a7e1e11af9a0ed612510290c3a172fce (plain) (blame)
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 <unistd.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 */