Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /usr/src/kernels/4.18.0-553.50.1.el8_10.x86_64/include/linux/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/src/kernels/4.18.0-553.50.1.el8_10.x86_64/include/linux/counter_enum.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Counter interface enum functions
 * Copyright (C) 2018 William Breathitt Gray
 */
#ifndef _COUNTER_ENUM_H_
#define _COUNTER_ENUM_H_

#include <linux/types.h>

struct counter_device;
struct counter_signal;
struct counter_count;

ssize_t counter_signal_enum_read(struct counter_device *counter,
				 struct counter_signal *signal, void *priv,
				 char *buf);
ssize_t counter_signal_enum_write(struct counter_device *counter,
				  struct counter_signal *signal, void *priv,
				  const char *buf, size_t len);

ssize_t counter_signal_enum_available_read(struct counter_device *counter,
					   struct counter_signal *signal,
					   void *priv, char *buf);

ssize_t counter_count_enum_read(struct counter_device *counter,
				struct counter_count *count, void *priv,
				char *buf);
ssize_t counter_count_enum_write(struct counter_device *counter,
				 struct counter_count *count, void *priv,
				 const char *buf, size_t len);

ssize_t counter_count_enum_available_read(struct counter_device *counter,
					  struct counter_count *count,
					  void *priv, char *buf);

ssize_t counter_device_enum_read(struct counter_device *counter, void *priv,
				 char *buf);
ssize_t counter_device_enum_write(struct counter_device *counter, void *priv,
				  const char *buf, size_t len);

ssize_t counter_device_enum_available_read(struct counter_device *counter,
					   void *priv, char *buf);

#endif /* _COUNTER_ENUM_H_ */

Spamworldpro Mini