Ignore:
Timestamp:
Aug 4, 2017, 2:03:44 PM (7 years ago)
Author:
alain
Message:

1) Introduce the TSAR hal_cpu_context_switch() function.
2) Introduce the generic vfs_kernel_move() function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/chdev.h

    r279 r317  
    233233void chdev_sequencial_server( chdev_t * chdev );
    234234
     235/******************************************************************************************
     236 * This function displays the local copy of the external chdevs directory.
     237 * (global variable replicated in all clusters)
     238 *****************************************************************************************/
     239void chdev_dir_display();
     240
     241
    235242
    236243#endif  /* _CHDEV_H_ */
Note: See TracChangeset for help on using the changeset viewer.