[U-Boot-Users] [PATCH v1 3/5] ATA: Add the fis struct for SATA
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Sun Mar 16 15:06:21 CET 2008
On 16:34 Sun 16 Mar , Dave Liu wrote:
> Signed-off-by: Dave Liu <daveliu at freescale.com>
> ---
> include/fis.h | 152 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 files changed, 152 insertions(+), 0 deletions(-)
> create mode 100644 include/fis.h
>
> diff --git a/include/fis.h b/include/fis.h
> new file mode 100644
> index 0000000..b0f6169
> --- /dev/null
> +++ b/include/fis.h
> @@ -0,0 +1,152 @@
> +
Please add a something like that
#ifndef _FIS_H_
#define _FIS_H_
> +/*
> +* Register - Host to Device FIS
> +*/
Best Regards,
J.
More information about the U-Boot
mailing list