14 lines
		
	
	
		
			360 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			360 B
		
	
	
	
		
			C++
		
	
	
	
	
	
/**
 | 
						|
 * PROJECT:         ExectOS
 | 
						|
 * COPYRIGHT:       See COPYING.md in the top level directory
 | 
						|
 * FILE:            xtldr/modules/beep/data.cc
 | 
						|
 * DESCRIPTION:     BEEP module global and static data
 | 
						|
 * DEVELOPERS:      Rafal Kupiec <belliash@codingworkshop.eu.org>
 | 
						|
 */
 | 
						|
 | 
						|
#include <beep.hh>
 | 
						|
 | 
						|
 | 
						|
/* XTLDR protocol handler */
 | 
						|
PXTBL_LOADER_PROTOCOL Beep::XtLdrProtocol;
 |