mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 23:55:22 +07:00
11 lines
202 B
C
11 lines
202 B
C
![]() |
#ifndef __EXCITE_IODEV_H__
|
||
|
#define __EXCITE_IODEV_H__
|
||
|
|
||
|
/* Device name */
|
||
|
#define IODEV_NAME "iodev"
|
||
|
|
||
|
/* Resource names */
|
||
|
#define IODEV_RESOURCE_IRQ "excite_iodev_irq"
|
||
|
|
||
|
#endif /* __EXCITE_IODEV_H__ */
|