Ignore:
Timestamp:
Feb 8, 2015, 1:12:23 PM (9 years ago)
Author:
alain
Message:

1) Introduce access functions to MMC intrumentation registers.
2) Use _printf for error or debug messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_drivers/tty_driver.h

    r469 r496  
    2525
    2626#include "hard_config.h"
    27 #include "locks.h"
     27#include "kernel_locks.h"
    2828
    2929///////////////////////////////////////////////////////////////////////////////////
     
    4040    TTY_SPAN    = 4,
    4141};
    42 
    43 ////////////////////////////////////////////////////////////////////////////////////
    44 //                   global variables
    45 // These variables must be defined both in boot code and in kernel_init code.
    46 ////////////////////////////////////////////////////////////////////////////////////
    47 
    48 extern sbt_lock_t     _tty_tx_lock[NB_TTY_CHANNELS];
    49 
    50 extern unsigned int   _tty_rx_buf[NB_TTY_CHANNELS];
    51 extern unsigned int   _tty_rx_full[NB_TTY_CHANNELS];
    5242
    5343//////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.