Changeset c028b22 in mainline for uspace/lib/drv/include/remote_pci.h


Ignore:
Timestamp:
2011-07-08T17:01:01Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc1a727
Parents:
4e36219 (diff), 026793d (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/drv/include/remote_pci.h

    r4e36219 rc028b22  
    11/*
    2  * Copyright (c) 2008 Pavel Rimsky
     2 * Copyright (c) 2011 Jan Vesely
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @defgroup sgcnfb SGCN
    30  * @brief       userland driver of the Serengeti console output
     29/** @addtogroup libdrv
    3130 * @{
    3231 */
    33  
    3432/** @file
    3533 */
    3634
    37 #ifndef FB_SGCN_H_
    38 #define FB_SGCN_H_
     35#ifndef LIBDRV_REMOTE_PCI_H_
     36#define LIBDRV_REMOTE_PCI_H_
    3937
    40 int sgcn_init(void);
     38extern remote_iface_t remote_pci_iface;
    4139
    4240#endif
    4341
    44 /** 
     42/**
    4543 * @}
    4644 */
     45
Note: See TracChangeset for help on using the changeset viewer.