29 lines
		
	
	
		
			513 B
		
	
	
	
		
			C
		
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			513 B
		
	
	
	
		
			C
		
	
	
	
| /* Generated by ./xlat/gen.sh from ./xlat/smc_diag_attrs.in; do not edit. */
 | |
| 
 | |
| #include "gcc_compat.h"
 | |
| #include "static_assert.h"
 | |
| 
 | |
| 
 | |
| #ifndef XLAT_MACROS_ONLY
 | |
| 
 | |
| # ifdef IN_MPERS
 | |
| 
 | |
| #  error static const struct xlat smc_diag_attrs in mpers mode
 | |
| 
 | |
| # else
 | |
| 
 | |
| static
 | |
| const struct xlat smc_diag_attrs[] = {
 | |
|  XLAT(SMC_DIAG_NONE),
 | |
|  XLAT(SMC_DIAG_CONNINFO),
 | |
|  XLAT(SMC_DIAG_LGRINFO),
 | |
|  XLAT(SMC_DIAG_SHUTDOWN),
 | |
|  XLAT(SMC_DIAG_DMBINFO),
 | |
|  XLAT(SMC_DIAG_FALLBACK),
 | |
|  XLAT_END
 | |
| };
 | |
| 
 | |
| # endif /* !IN_MPERS */
 | |
| 
 | |
| #endif /* !XLAT_MACROS_ONLY */
 |