Changeset 89c57b6 in mainline for uspace/lib/c/include/ipc/net_net.h


Ignore:
Timestamp:
2011-04-13T14:45:41Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
88634420
Parents:
cefb126 (diff), 17279ead (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/lib/c/include/ipc/net_net.h

    rcefb126 r89c57b6  
    2727 */
    2828
    29 /** @addtogroup net
    30  *  @{
     29/** @addtogroup libc
     30 * @{
    3131 */
    3232
    3333/** @file
    34  *  Networking subsystem central module messages.
    35  *  @see net_interface.h
     34 * Networking subsystem central module messages.
     35 * @see net_interface.h
    3636 */
    3737
    38 #ifndef __NET_NET_MESSAGES_H__
    39 #define __NET_NET_MESSAGES_H__
     38#ifndef LIBC_NET_NET_MESSAGES_H_
     39#define LIBC_NET_NET_MESSAGES_H_
    4040
    41 #include <ipc/ipc.h>
     41#include <ipc/net.h>
    4242
    43 #include <net_messages.h>
    44 
    45 /** Networking subsystem central module messages.
    46  */
    47 typedef enum{
     43/** Networking subsystem central module messages. */
     44typedef enum {
    4845        /** Returns the general configuration
    49          *  @see net_get_conf_req()
     46         * @see net_get_conf_req()
    5047         */
    5148        NET_NET_GET_CONF = NET_FIRST,
    5249        /** Returns the device specific configuration
    53          *  @see net_get_device_conf_req()
     50         * @see net_get_device_conf_req()
    5451         */
    5552        NET_NET_GET_DEVICE_CONF,
    56         /** Starts the networking stack.
    57          */
     53        /** Starts the networking stack. */
    5854        NET_NET_STARTUP,
    5955} net_messages;
Note: See TracChangeset for help on using the changeset viewer.