Ignore:
File:
1 edited

Legend:

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

    rf35749e r128359eb  
    11/*
    2  * Copyright (c) 2025 Jiri Svoboda
    32 * Copyright (c) 2001-2004 Jakub Jermar
    43 * All rights reserved.
     
    7675typedef struct {
    7776        size_t preemption;      /**< Preemption disabled counter and flag. */
    78         size_t mutex_locks;
    7977        struct thread *thread;  /**< Current thread. */
    8078        struct task *task;      /**< Current task. */
     
    107105extern void calibrate_delay_loop(void);
    108106
     107extern void reboot(void);
    109108extern void arch_reboot(void);
    110109extern void *arch_construct_function(fncptr_t *, void *, void *);
Note: See TracChangeset for help on using the changeset viewer.