Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3975 → Rev 3976

/trunk/uspace/srv/fhc/fhc.c
32,7 → 32,7
 
/**
* @file fhc.c
* @brief FHC bus driver.
* @brief FHC bus controller driver.
*/
 
#include <ipc/ipc.h>
62,7 → 62,7
static volatile uint32_t *fhc_uart_virt;
static size_t fhc_uart_size;
 
/** Handle one connection to ramdisk.
/** Handle one connection to fhc.
*
* @param iid Hash of the request that opened the connection.
* @param icall Call data of the request that opened the connection.