cd_eject
extern int cd_eject(void);
TASK_INITIALIZER((void (*)(void *))cd_eject, NULL);
int cd_eject(void);