|
|
| version 1.3, 2003/12/30 01:01:44 | version 1.4, 2004/02/11 15:17:26 |
|---|---|
| Line 33 | Line 33 |
| * $DragonFly$ | * $DragonFly$ |
| */ | */ |
| #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) | #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) |
| #include <sys/ioccom.h> | #include <sys/ioccom.h> |
| #endif | #endif |
| #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) | #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) |
| #define FM_SET_FREQ _IOWR('U', 200, int) | #define FM_SET_FREQ _IOWR('U', 200, int) |
| #define FM_GET_FREQ _IOWR('U', 201, int) | #define FM_GET_FREQ _IOWR('U', 201, int) |
| #define FM_START _IOWR('U', 202, int) | #define FM_START _IOWR('U', 202, int) |