12 lines
211 B
C
12 lines
211 B
C
/* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */
|
|
|
|
#ifndef __SBC
|
|
#define __SBC
|
|
|
|
struct burn_drive;
|
|
|
|
void sbc_load(struct burn_drive *);
|
|
void sbc_eject(struct burn_drive *);
|
|
|
|
#endif /* __SBC */
|