Ignore:
Timestamp:
Apr 26, 2017, 2:11:56 PM (7 years ago)
Author:
alain
Message:

Introduce the chdev_t structure in place of the device_t structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/thread.h

    r1 r5  
    4040#include <dev_txt.h>
    4141#include <dev_mmc.h>
     42#include <dev_dma.h>
    4243
    4344/***************************************************************************************
     
    196197        txt_command_t   txt;             /*! TXT device generic command               */
    197198        nic_command_t   nic;             /*! NIC device generic command               */
    198         mmc_command_t   mmc;             /*! NIC device generic command               */
     199        mmc_command_t   mmc;             /*! MMC device generic command               */
     200        dma_command_t   dma;             /*! DMA device generic command               */
    199201    } 
    200     dev;
     202    command;
    201203   
    202204        cxy_t               rpc_client_cxy;  /*! client cluster index (for a RPC thread)  */
Note: See TracChangeset for help on using the changeset viewer.