Ignore:
Timestamp:
2009-03-18T10:49:50Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
84afc7b
Parents:
312cc68
Message:

move syscall wrappers to more suitable location

File:
1 edited

Legend:

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

    r312cc68 r8015eeec  
    5454extern count_t gets(indev_t *indev, char *buf, size_t buflen);
    5555extern void putchar(char c);
     56extern unative_t sys_klog(int fd, const void * buf, size_t count);
    5657
    5758extern void grab_console(void);
    5859extern void release_console(void);
     60
     61extern unative_t sys_debug_enable_console(void);
     62extern unative_t sys_debug_disable_console(void);
    5963
    6064extern void arch_grab_console(void);
Note: See TracChangeset for help on using the changeset viewer.