Changeset b2e121a in mainline for kernel/generic/src/lib/halt.c


Ignore:
Timestamp:
2018-01-23T17:41:19Z (6 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
083bd7c
Parents:
fd2b081
Message:

rename func.{c|h} to halt.{c|h}

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/lib/halt.c

    rfd2b081 rb2e121a  
    3333/**
    3434 * @file
    35  * @brief Miscellaneous functions.
     35 * @brief Halt function.
    3636 */
    3737
    38 #include <func.h>
     38#include <halt.h>
    3939#include <log.h>
    4040#include <cpu.h>
     
    4343#include <console/kconsole.h>
    4444
    45 atomic_t haltstate = {0}; /**< Halt flag */
    46 
     45/** Halt flag */
     46atomic_t haltstate = {0};
    4747
    4848/** Halt wrapper
Note: See TracChangeset for help on using the changeset viewer.