File tree Expand file tree Collapse file tree 14 files changed +15
-15
lines changed Expand file tree Collapse file tree 14 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2424 * SOFTWARE.
2525 *
2626 */
27- #import <pongo.h>
27+ #include <pongo.h>
2828struct hal_device _gRootDevice = {
2929 .name = "root"
3030};
Original file line number Diff line number Diff line change 2424 * SOFTWARE.
2525 *
2626 */
27- #import <pongo.h>
27+ #include <pongo.h>
2828
2929
3030static uint64_t gmipi_reg ;
Original file line number Diff line number Diff line change 2424 * SOFTWARE.
2525 *
2626 */
27- #import <pongo.h>
27+ #include <pongo.h>
2828
2929static bool s5l8960_probe (struct hal_platform_driver * device_driver , struct hal_platform * device ) {
3030 if (device -> cpid == 0x8960 ) {
Original file line number Diff line number Diff line change 2424 * SOFTWARE.
2525 *
2626 */
27- #import <pongo.h>
27+ #include <pongo.h>
2828
2929static bool s8000_probe (struct hal_platform_driver * device_driver , struct hal_platform * device ) {
3030 if (device -> cpid == 0x8000 ) {
Original file line number Diff line number Diff line change 2424 * SOFTWARE.
2525 *
2626 */
27- #import <pongo.h>
27+ #include <pongo.h>
2828
2929static bool s8001_probe (struct hal_platform_driver * device_driver , struct hal_platform * device ) {
3030 if (device -> cpid == 0x8001 ) {
Original file line number Diff line number Diff line change 2424 * SOFTWARE.
2525 *
2626 */
27- #import <pongo.h>
27+ #include <pongo.h>
2828
2929static bool s8003_probe (struct hal_platform_driver * device_driver , struct hal_platform * device ) {
3030 if (device -> cpid == 0x8003 ) {
Original file line number Diff line number Diff line change 2424 * SOFTWARE.
2525 *
2626 */
27- #import <pongo.h>
27+ #include <pongo.h>
2828
2929static bool t7000_probe (struct hal_platform_driver * device_driver , struct hal_platform * device ) {
3030 if (device -> cpid == 0x7000 ) {
Original file line number Diff line number Diff line change 2424 * SOFTWARE.
2525 *
2626 */
27- #import <pongo.h>
27+ #include <pongo.h>
2828
2929static bool t7001_probe (struct hal_platform_driver * device_driver , struct hal_platform * device ) {
3030 if (device -> cpid == 0x7001 ) {
Original file line number Diff line number Diff line change 2424 * SOFTWARE.
2525 *
2626 */
27- #import <pongo.h>
27+ #include <pongo.h>
2828
2929static bool t8010_probe (struct hal_platform_driver * device_driver , struct hal_platform * device ) {
3030 if (device -> cpid == 0x8010 ) {
Original file line number Diff line number Diff line change 2424 * SOFTWARE.
2525 *
2626 */
27- #import <pongo.h>
27+ #include <pongo.h>
2828
2929static bool t8011_probe (struct hal_platform_driver * device_driver , struct hal_platform * device ) {
3030 if (device -> cpid == 0x8011 ) {
You can’t perform that action at this time.
0 commit comments