X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ftrab%2Frs485.h;h=19e32446c35865354e7dbc3f29e9f7935921178d;hb=530135dcacac278798346ad5825c03131ce51772;hp=d4a008a323d1be2bbb22d5b15a6339f9b5eb7e35;hpb=f5300ab241898c490231e59229e6312aa862ce52;p=u-boot diff --git a/board/trab/rs485.h b/board/trab/rs485.h index d4a008a323..19e32446c3 100644 --- a/board/trab/rs485.h +++ b/board/trab/rs485.h @@ -2,8 +2,8 @@ * (C) Copyright 2003 * Martin Krause, TQ-Systems GmbH, * - * Based on cpu/arm920t/serial.c, by Gary Jennejohn - * (C) Copyright 2002 Gary Jennejohn, DENX Software Engineering, + * Based on arch/arm/cpu/arm920t/serial.c, by Gary Jennejohn + * (C) Copyright 2002 Gary Jennejohn, DENX Software Engineering, * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ #ifndef _RS485_H_ #define _RS485_H_ -#include +#include int rs485_init (void); int rs485_getc (void);