]> nv-tegra.nvidia Code Review - linux-3.10.git/blobdiff - include/linux/power/power_supply_extcon.h
power: extcon: register for y-cable extcon dev
[linux-3.10.git] / include / linux / power / power_supply_extcon.h
index ff8621b8f376b7d21a473e32737a66fe7b9d0820..e125f3830c257b97e2c23e517933f781caf4b9b5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * power_supply_extcon: Power supply detection through extcon.
  *
- * Copyright (c) 2012-2013, NVIDIA CORPORATION.  All rights reserved.
+ * Copyright (c) 2012-2014, NVIDIA CORPORATION.  All rights reserved.
  * Laxman Dewangan <ldewangan@nvidia.com>
  *
  * This program is free software; you can redistribute it and/or modify
@@ -24,6 +24,7 @@
 
 struct power_supply_extcon_plat_data {
        const char *extcon_name;
+       const char *y_cable_extcon_name;
 };
 
 #endif