Me van a decir que que pregunton soy jejeje pero mas vale preguntar que quedarse con la duda....
Agrege los archivos como me dijiste Suky; pero me marca el siguiente error.....
Make: The target "C:\Micro_c\Objects\Minsa.o" is out of date.
Executing: "C:\MCC18\bin\mcc18.exe" -p=18F4610 /i"C:\MCC18\h" "Minsa.c" -fo="C:\Micro_c\Objects\Minsa.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
C:\Micro_c\MINSA\Minsa.c:23:Warning [2066] type qualifier mismatch in assignment
Make: The target "C:\Micro_c\Objects\getsuart.o" is out of date.
Executing: "C:\MCC18\bin\mcc18.exe" -p=18F4610 /i"C:\MCC18\h" "C:\MCC18\src\pmc_common\SW_UART\getsuart.c" -fo="C:\Micro_c\Objects\getsuart.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Make: The target "C:\Micro_c\Objects\putsuart.o" is out of date.
Executing: "C:\MCC18\bin\mcc18.exe" -p=18F4610 /i"C:\MCC18\h" "C:\MCC18\src\pmc_common\SW_UART\putsuart.c" -fo="C:\Micro_c\Objects\putsuart.o" -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa-
Make: The target "C:\Micro_c\Objects\openuart.o" is out of date.
Executing: "C:\MCC18\mpasm\mpasmwin.exe" /q /p18F4610 "C:\MCC18\src\pmc_common\SW_UART\openuart.asm" /l"C:\Micro_c\Outputs\openuart.lst" /e"C:\Micro_c\Objects\openuart.err" /o"C:\Micro_c\Objects\openuart.o"
Make: The target "C:\Micro_c\Objects\readuart.o" is out of date.
Executing: "C:\MCC18\mpasm\mpasmwin.exe" /q /p18F4610 "C:\MCC18\src\pmc_common\SW_UART\readuart.asm" /l"C:\Micro_c\Outputs\readuart.lst" /e"C:\Micro_c\Objects\readuart.err" /o"C:\Micro_c\Objects\readuart.o"
Make: The target "C:\Micro_c\Objects\uartdata.o" is out of date.
Executing: "C:\MCC18\mpasm\mpasmwin.exe" /q /p18F4610 "C:\MCC18\src\pmc_common\SW_UART\uartdata.asm" /l"C:\Micro_c\Outputs\uartdata.lst" /e"C:\Micro_c\Objects\uartdata.err" /o"C:\Micro_c\Objects\uartdata.o"
Make: The target "C:\Micro_c\Objects\writuart.o" is out of date.
Executing: "C:\MCC18\mpasm\mpasmwin.exe" /q /p18F4610 "C:\MCC18\src\pmc_common\SW_UART\writuart.asm" /l"C:\Micro_c\Outputs\writuart.lst" /e"C:\Micro_c\Objects\writuart.err" /o"C:\Micro_c\Objects\writuart.o"
Make: The target "C:\Micro_c\Outputs\MINSA.cof" is out of date.
Executing: "C:\MCC18\bin\mplink.exe" /l"C:\MCC18\lib" /k"C:\MCC18\bin\LKR" "C:\MCC18\lkr\18f4610.lkr" "C:\Micro_c\Objects\Minsa.o" "C:\Micro_c\Objects\getsuart.o" "C:\Micro_c\Objects\putsuart.o" "C:\Micro_c\Objects\openuart.o" "C:\Micro_c\Objects\readuart.o" "C:\Micro_c\Objects\uartdata.o" "C:\Micro_c\Objects\writuart.o" /o"C:\Micro_c\Outputs\MINSA.cof" /M"C:\Micro_c\Outputs\MINSA.map" /W
MPLINK 4.30.01, Linker
Copyright (c) 2009 Microchip Technology Inc.
Error - could not find definition of symbol 'DelayRXHalfBitUART' in file 'C:\Micro_c\Objects\openuart.o'.
Errors : 1
Link step failed.
BUILD FAILED: Mon Sep 06 18:38:02 2010
Y tengo otra duda.... Como configuro los baudios para con el UART... es igual que el USART?
Me siento muy novato en c18...

Saludos