a.out.h 179 B

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