Ignore:
Timestamp:
Dec 5, 2014, 3:38:31 PM (10 years ago)
Author:
alain
Message:

Defining the NIC and CMA drivers (validated by the classif application).
Updating other drivers to comply with the new tty0 common file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_drivers/mmc_driver.c

    r437 r456  
    88#include <giet_config.h>
    99#include <mmc_driver.h>
    10 #include <tty_driver.h>
     10#include <tty0.h>
    1111#include <utils.h>
    1212#include <io.h>
     
    3737
    3838///////////////////////////////////////////////////////////////////////////////
    39 // This low level function returns the value contained in register "index"
     39// This low level function returns the value contained in register
     40// defined by the ("func" / "index") arguments,
    4041// in the MMC component contained in cluster "cluster_xy"
    4142///////////////////////////////////////////////////////////////////////////////
     
    5455
    5556///////////////////////////////////////////////////////////////////////////////
    56 // This low level function sets a new value in register "index"
     57// This low level function sets a new value in register
     58// defined by the ("func" / "index") arguments,
    5759// in the MMC component contained in cluster "cluster_xy"
    5860///////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.