diff options
author | Regina König | 2020-07-22 02:21:48 +0200 |
---|---|---|
committer | Regina König | 2020-07-22 02:21:48 +0200 |
commit | 2d2d2093c190de3857a06e0fa2e1d0434f3b03a1 (patch) | |
tree | f51f622defa1b01bf36c2f43a8bb03668b7142bd /documentation | |
parent | deleted *.efi files (diff) | |
download | memtest86-2d2d2093c190de3857a06e0fa2e1d0434f3b03a1.tar.gz memtest86-2d2d2093c190de3857a06e0fa2e1d0434f3b03a1.tar.xz memtest86-2d2d2093c190de3857a06e0fa2e1d0434f3b03a1.zip |
moved main while loop from main.c into separate file
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/memtest86+ code/smp_c_h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/memtest86+ code/smp_c_h b/documentation/memtest86+ code/smp_c_h index e69de29..2a30d21 100644 --- a/documentation/memtest86+ code/smp_c_h +++ b/documentation/memtest86+ code/smp_c_h @@ -0,0 +1,18 @@ +smp.h +==================================== + + + + + + +smp.c +==================================== +FUNCTION DEFINED IN +_______________________________________________________________ ________________________________________________________________ +extern void memcpy(void *dst, void *src , int len); lib.c +extern void test_start(void); main.c +extern int run_cpus; +extern int maxcpus; +extern char cpu_mask[]; +extern struct cpu_ident cpu_id; cpu_ident in cpuid.h |