LK: Add support for splash screen on MSM7627_SURF

Moving lcdc.c file from qsd8k and msm7x30 to msm_shared under platform
directory.
diff --git a/include/dev/fbcon.h b/include/dev/fbcon.h
index 49d73b5..e7121f5 100644
--- a/include/dev/fbcon.h
+++ b/include/dev/fbcon.h
@@ -2,6 +2,8 @@
  * Copyright (c) 2008, Google Inc.
  * All rights reserved.
  *
+ * Copyright (c) 2009-2010, Code Aurora Forum. All rights reserved.
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -45,5 +47,7 @@
 
 void fbcon_setup(struct fbcon_config *cfg);
 void fbcon_putc(char c);
+void fbcon_clear(void);
+struct fbcon_config* fbcon_display(void);
 
 #endif /* __DEV_FBCON_H */