armOS
0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
fork.h
Go to the documentation of this file.
1
7
#ifndef FORK_H
8
#define FORK_H
9
10
#include <stdint.h>
11
23
#ifdef AARCH_32
24
int
copy_process
(uint32_t fn, uint32_t arg);
25
#elif AARCH_64
26
int
copy_process
(uint64_t fn, uint64_t arg);
27
#endif
28
29
#endif
copy_process
int copy_process(uint64_t fn, uint64_t arg)
Definition:
fork.c:16
include
kernel
fork.h
Generated by
1.8.17