mirror of
https://github.com/tsukumijima/px4_drv.git
synced 2025-07-23 04:03:01 +02:00
driver: ptx_chrdev_context_reserve() のヘッダー上の定義が欠落していたのを修正
現状全く使われていない関数なので残しておく必要があるのか…?とはなるが…
This commit is contained in:
@@ -124,6 +124,8 @@ int ptx_chrdev_context_create(const char *name, const char *devname,
|
||||
unsigned int total_num,
|
||||
struct ptx_chrdev_context **chrdev_ctx);
|
||||
void ptx_chrdev_context_destroy(struct ptx_chrdev_context *chrdev_ctx);
|
||||
int ptx_chrdev_context_reserve(struct ptx_chrdev_context *chrdev_ctx,
|
||||
unsigned int num, unsigned int *minor_base);
|
||||
int ptx_chrdev_context_add_group(struct ptx_chrdev_context *chrdev_ctx,
|
||||
struct device *dev,
|
||||
const struct ptx_chrdev_group_config *config,
|
||||
|
Reference in New Issue
Block a user