mirror of
				https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
				synced 2025-10-31 12:39:23 +00:00 
			
		
		
		
	 0e6e1db4ac
			
		
	
	
		0e6e1db4ac
		
	
	
	
	
		
			
			The Rio Karma portable MP3 player has its own proprietary partition table. The partition layout is similar to a DOS boot sector but it begins at a different offset and uses a different magic number (0xAB56 instead of 0xAA55). Add support for it to enable mounting the device. Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
		
			
				
	
	
		
			9 lines
		
	
	
		
			151 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			151 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  *  fs/partitions/karma.h
 | |
|  */
 | |
| 
 | |
| #define KARMA_LABEL_MAGIC		0xAB56
 | |
| 
 | |
| int karma_partition(struct parsed_partitions *state, struct block_device *bdev);
 | |
| 
 |