cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

jz4740-battery.h (325B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 *  Copyright (C) 2009, Jiejing Zhang <kzjeef@gmail.com>
      4 */
      5
      6#ifndef __JZ4740_BATTERY_H
      7#define __JZ4740_BATTERY_H
      8
      9struct jz_battery_platform_data {
     10	struct power_supply_info info;
     11	int gpio_charge;	/* GPIO port of Charger state */
     12	int gpio_charge_active_low;
     13};
     14
     15#endif