Changeset b5e68c8 in mainline for uspace/srv/hid/fb/serial_console.h


Ignore:
Timestamp:
2011-05-12T16:49:44Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f36787d7
Parents:
e80329d6 (diff), 750636a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/fb/serial_console.h

    re80329d6 rb5e68c8  
    3939#define FB_SERIAL_CONSOLE_H_
    4040
    41 #include <ipc/ipc.h>
     41#include <sys/types.h>
     42#include <ipc/common.h>
    4243
    4344typedef void (*putc_function_t)(char);
    4445
    4546extern void serial_puts(const char *);
    46 extern void serial_goto(const ipcarg_t, const ipcarg_t);
     47extern void serial_goto(const sysarg_t, const sysarg_t);
    4748extern void serial_clrscr(void);
    4849extern void serial_scroll(ssize_t);
    4950extern void serial_cursor_disable(void);
    5051extern void serial_cursor_enable(void);
    51 extern void serial_set_scroll_region(ipcarg_t);
    52 extern void serial_console_init(putc_function_t, ipcarg_t, ipcarg_t);
     52extern void serial_set_scroll_region(sysarg_t);
     53extern void serial_console_init(putc_function_t, sysarg_t, sysarg_t);
    5354extern void serial_client_connection(ipc_callid_t, ipc_call_t *);
    5455
Note: See TracChangeset for help on using the changeset viewer.