Changeset 40043e8 in mainline for kernel/generic/include/arch.h


Ignore:
Timestamp:
2019-07-18T08:25:42Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
0116f21
Parents:
2cc569a3
Message:

Restructering halt/reboot files

The function halt() and reboot() used to be stored
in two different c files and two different header
files which were named differently than the c files.
This commit merges those two functions into the
same file and provides an unique header file (shutdown.h)
for accessing them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/arch.h

    r2cc569a3 r40043e8  
    3838#include <arch/asm.h>   /* get_stack_base() */
    3939#include <config.h>
     40#include <shutdown.h>
    4041
    4142/*
     
    9697extern void calibrate_delay_loop(void);
    9798
    98 extern void reboot(void);
    99 extern void arch_reboot(void);
    10099extern void *arch_construct_function(fncptr_t *, void *, void *);
    101100
Note: See TracChangeset for help on using the changeset viewer.