Changeset f4f866c in mainline for uspace/app/top/screen.h


Ignore:
Timestamp:
2010-04-23T21:42:26Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c39a907
Parents:
38aaacc2 (diff), 80badbe (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 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/top/screen.h

    r38aaacc2 rf4f866c  
    11/*
     2 * Copyright (c) 2010 Stanislav Kozina
    23 * Copyright (c) 2010 Martin Decky
    34 * All rights reserved.
     
    2728 */
    2829
    29 /** @addtogroup netif_standalone
    30  *  @{
     30/** @addtogroup top
     31 * @{
    3132 */
    3233
    33 #ifndef __NETIF_STANDALONE_H__
    34 #define __NETIF_STANDALONE_H__
     34#ifndef TOP_SCREEN_H_
     35#define TOP_SCREEN_H_
    3536
    36 #include <ipc/ipc.h>
    37 #include <async.h>
     37#include "top.h"
    3838
    39 extern int netif_module_message(ipc_callid_t callid, ipc_call_t *call,
    40     ipc_call_t *answer, int *answer_count);
    41 extern int netif_module_start(async_client_conn_t client_connection);
     39extern void screen_init(void);
     40extern void screen_done(void);
     41extern void print_data(data_t *);
     42extern void print_warning(const char *, ...);
    4243
    4344#endif
    4445
    45 /** @}
     46/**
     47 * @}
    4648 */
Note: See TracChangeset for help on using the changeset viewer.