ddk: missing files

git-svn-id: svn://kolibrios.org@1870 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2011-02-16 18:08:06 +00:00
parent 1a1c5168f8
commit 888c0bb31e
7 changed files with 188 additions and 6 deletions

16
drivers/devman/dmdev.h Normal file
View File

@@ -0,0 +1,16 @@
#ifndef __DMDEV_H__
#define __DMDEV_H__
typedef struct
{
struct list_head list;
uint32_t type;
struct acpi_device *acpi_dev;
struct pci_dev *pci_dev;
}dmdev_t;
#endif /* __DMDEV_H_ */