Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.  
  2. #ifndef __DMDEV_H__
  3. #define __DMDEV_H__
  4.  
  5.  
  6. typedef struct
  7. {
  8.     struct list_head list;
  9.     uint32_t  type;
  10.     struct acpi_device *acpi_dev;
  11.     struct pci_dev     *pci_dev;
  12.  
  13. }dmdev_t;
  14.  
  15.  
  16. #endif /* __DMDEV_H_ */
  17.