Changeset 6efb4d2 in mainline for uspace/app/msim/arch_helenos/input.c


Ignore:
Timestamp:
2012-05-04T09:45:34Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1a23f6e
Parents:
7360332
Message:

Reorganize HelenOS specific files for MSIM

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/msim/arch_helenos/input.c

    r7360332 r6efb4d2  
    3232/** @file HelenOS specific functions for MSIM simulator.
    3333 */
    34 #include "io/input.h"
    35 #include "io/output.h"
    36 #include "fault.h"
     34#include "../../io/input.h"
     35#include "../../io/output.h"
     36#include "../../fault.h"
     37#include "helenos.h"
    3738#include <tinput.h>
    3839#include <errno.h>
    3940
    4041static tinput_t *input_prompt;
    41 
    42 char *input_helenos_get_next_command(void);
    43 void helenos_dprinter_init(void);
    4442
    4543/** Terminal and readline initialization
     
    6765}
    6866
    69 char *input_helenos_get_next_command(void)
     67char *helenos_input_get_next_command(void)
    7068{
    7169        tinput_set_prompt(input_prompt, "[msim] ");
Note: See TracChangeset for help on using the changeset viewer.