Ignore:
File:
1 edited

Legend:

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

    r128359eb rf35749e  
    11/*
     2 * Copyright (c) 2025 Jiri Svoboda
    23 * Copyright (c) 2001-2004 Jakub Jermar
    34 * All rights reserved.
     
    7576typedef struct {
    7677        size_t preemption;      /**< Preemption disabled counter and flag. */
     78        size_t mutex_locks;
    7779        struct thread *thread;  /**< Current thread. */
    7880        struct task *task;      /**< Current task. */
     
    105107extern void calibrate_delay_loop(void);
    106108
    107 extern void reboot(void);
    108109extern void arch_reboot(void);
    109110extern void *arch_construct_function(fncptr_t *, void *, void *);
Note: See TracChangeset for help on using the changeset viewer.