Subversion Repositories Kolibri OS

Rev

Rev 3031 | Rev 6082 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3031 Rev 5056
Line 55... Line 55...
55
#define IORESOURCE_WINDOW	0x00200000	/* forwarded by bridge */
55
#define IORESOURCE_WINDOW	0x00200000	/* forwarded by bridge */
56
#define IORESOURCE_MUXED	0x00400000	/* Resource is software muxed */
56
#define IORESOURCE_MUXED	0x00400000	/* Resource is software muxed */
Line 57... Line 57...
57
 
57
 
58
#define IORESOURCE_EXCLUSIVE	0x08000000	/* Userland may not map this resource */
58
#define IORESOURCE_EXCLUSIVE	0x08000000	/* Userland may not map this resource */
59
#define IORESOURCE_DISABLED	0x10000000
59
#define IORESOURCE_DISABLED	0x10000000
60
#define IORESOURCE_UNSET	0x20000000
60
#define IORESOURCE_UNSET	0x20000000	/* No address assigned yet */
61
#define IORESOURCE_AUTO		0x40000000
61
#define IORESOURCE_AUTO		0x40000000
Line 62... Line 62...
62
#define IORESOURCE_BUSY		0x80000000	/* Driver has marked this resource busy */
62
#define IORESOURCE_BUSY		0x80000000	/* Driver has marked this resource busy */
63
 
63