Initial import
This commit is contained in:
11
libburn/sbc.h
Normal file
11
libburn/sbc.h
Normal file
@ -0,0 +1,11 @@
|
||||
/* -*- 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 */
|
Reference in New Issue
Block a user