blob: 754181ee86831433bcfcc4e2ba4ad78c516c6229 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#ifndef __UM_A_OUT_H
#define __UM_A_OUT_H
#include "asm/arch/a.out.h"
#endif
|