WikiPendium

(beta)

cdrom_addr_u

WikiPendium :: RecentChanges :: RecentlyCommented :: UserSettings :: You are ec2-18-221-165-81.us-east-2.compute.amazonaws.com

cdrom_addr_u union


typedef union
{
	/* You can address a sector in minute:second:frame format */
	struct {
		unsigned char	reserved, minute, second, frame;
	} msf;

	/* Or in logical block addressing */
	unsigned long lba;
} cdrom_addr_u;




See Also

Fcntl(), cdrom_subchnl_t

Commentaires [Cacher commentaires/formulaire]